Public Types | |
| enum | HceEventType : byte { Select = 1, InPduReady = 2, OutPduDone = 3, Deselect = 4 } |
Public Member Functions | |
| HceEvent (IncomingEvent directEvent) | |
Public Member Functions inherited from SpringCard.SpringCore.Direct.DirectDevice.DeviceEvent | |
| override string | ToString () |
| Serialize an a DeviceEvent into a string. | |
Properties | |
| byte[] | Data [get] |
Properties inherited from SpringCard.SpringCore.Direct.DirectDevice.DeviceEvent | |
| 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) | |
Additional Inherited Members | |
Static Public Member Functions inherited from SpringCard.SpringCore.Direct.DirectDevice.DeviceEvent | |
| static DeviceEvent | Create (IncomingEvent directEvent) |
| Deserialize an IncomingEvent into a DeviceEvent. | |
Protected Member Functions inherited from SpringCard.SpringCore.Direct.DirectDevice.DeviceEvent | |
| DeviceEvent (IncomingEvent directEvent) | |
| string | ToString (string ObjectName) |