Loading...
This chapter gives an overview of the events that are raised by an AirScanManager device and that can be used in the Event Listener.
Please read the chapters AirScanManager and Event Listener if you would like to know how to add and use both.
Parameters: active (Boolean) Example: This event is raised whenever the connection state changes from disconnected to connected or vice versa. This is true for the AirScanManager as well as any of the units belonging to that Manager. The event returns one parameter to WD which is a Boolean value with the name "active" and holds either "true" or "false". |
Parameters: triggerAreaPointEnter (String) Example: This event is raised whenever a touchpoint enters a TriggerArea defined in the AMP of the AirScanManager device. |
Parameters: triggerAreaPointMoved (String) Example: This event is raised whenever a touchpoint moves inside a TriggerArea defined in the AMP of the AirScanManager device. |
Parameters: triggerAreaPointLeft (String) Example: This event is raised whenever a Touchpoint leaves a TriggerArea defined in the AMP of the AirScanManager device. |