This class represents a processed event. More...
Public Member Functions | |
| override string | ToString () |
| Serialize an a DeviceEvent into a string. | |
Static Public Member Functions | |
| static DeviceEvent | Create (IncomingEvent directEvent) |
| Deserialize an IncomingEvent into a DeviceEvent. | |
Protected Member Functions | |
| DeviceEvent (IncomingEvent directEvent) | |
| string | ToString (string ObjectName) |
Properties | |
| CLA | Class [get, protected set] |
| The CLAss of the event. | |
| string | DeviceId [get, protected set] |
| The unique identifier of the device that has initiated the event. | |
| uint | Sequence [get, protected set] |
| The sequence number (to track missed events) | |
This class represents a processed event.