Listener¶
Constructor(s)¶
| constructor(s) | description |
|---|---|
| Listener() | Creates an instance of the Listener class |
Member Fields¶
| property | type |
|---|---|
| AlertsCallback(List<Alert> alertList) | Callback function |
| ErrorCallback(Device device); | Callback function |
Functions¶
| property | description |
|---|---|
| atx.Listen | Start a background thread that listens for Alerts from a Device |
| atx.ListenAll | Start a background thread that listens for Alerts for each Device in AltronixDeviceList |
| atx.OnAlerts | Sets the user callback to trigger on Alerts events |
| atx.OnError | Sets the user callback to trigger on Errors events |