ConnectionStatusChanged event
Occurs when the device’s network connection status changes.
Syntax
void ConnectionStatusChanged();
Parameters
This event has no parameters.
Return value
This event does not return a value.
Remarks
To handle notifications from this event, register a ConnectionStatusHandler event handler function using the add_ConnectionStatusChanged method. To unregister the event handler, use the remove_ConnectionStatusChanged method.
Community Additions
ADD
Show: