cfclient.connection.onOnline

Getting notification when the device goes online

You can register a callback function to be invoked when the device goes online using the onOnline() function.

Method summary

 

onOnline(callBackFunction)

  • returns – None
  • params
    • Name of the callback function that gets invoked when the device goes online.

For instance,

<cfset cfclient.connection.onOnline(ononlinecallback)>

<cffunction name="'ononlinecallback'" >
<!--- Code to be executed when device goes online -à
</cffunction>

 Adobe

Get help faster and easier

New user?