Click or drag to resize

Packet Properties

The Packet type exposes the following members.

Properties
  NameDescription
Public propertyBytes
Gets the bytes that makes up a Loconet packet message.
Public propertyCode exampleDescription
User friendly description of the packet.
Public propertyID
Gets the unique identifier of the packet.
Public propertyIsEchoe
Gets value indicating if the packet is an echoe.
Public propertyNeedsPacketResponse
Gets value indicating if this packet expects a response packet.
Public propertyOpCode
Gets the Loconet operation code associated with the packet.
Public propertyCode exampleParmsDesc
User friendly description of the most significant packet parameters.
Public propertyPostTxWait
Gets or sets the time in milliseconds to wait after sending this packet before performing the next step.
Public propertyRxPacket
Gets the received response packet post transmit.
Public propertyTag
Gets or sets an arbitrary object that is associated with the packet.
Public propertyTimeStamp
Gets an event time stamp of the packet's echo or arrival.
Top
See Also