Packet Properties |
The Packet type exposes the following members.
| Name | Description | |
|---|---|---|
| Bytes | Gets the bytes that makes up a Loconet packet message. | |
| Description | User friendly description of the packet. | |
| ID | Gets the unique identifier of the packet. | |
| IsEchoe | Gets value indicating if the packet is an echoe. | |
| NeedsPacketResponse | Gets value indicating if this packet expects a response packet. | |
| OpCode | Gets the Loconet operation code associated with the packet. | |
| ParmsDesc | User friendly description of the most significant packet parameters. | |
| PostTxWait | Gets or sets the time in milliseconds to wait after sending this packet before performing the next step. | |
| RxPacket | Gets the received response packet post transmit. | |
| Tag | Gets or sets an arbitrary object that is associated with the packet. | |
| TimeStamp | Gets an event time stamp of the packet's echo or arrival. |