Click or drag to resize

PkImmediate Properties

The PkImmediate type exposes the following members.

Properties
  NameDescription
Public propertyBytes
Gets the bytes that makes up a Loconet packet message.
(Inherited from Packet.)
Public propertyCode exampleDccAddress
Public propertyDccByteCount
Public propertyDccBytes
Gets or sets the bytes that make up the DCC packet payload.
Public propertyCode exampleDccFunctions
Public propertyCode exampleDccInstruction
Public propertyDescription
User friendly description of the packet.
(Overrides PacketDescription.)
Public propertyID
Gets the unique identifier of the packet.
(Inherited from Packet.)
Public propertyIsDccLongAdr
Public propertyIsEchoe
Gets value indicating if the packet is an echoe.
(Inherited from Packet.)
Public propertyNeedsPacketResponse
Gets value indicating if this packet expects a response packet.
(Inherited from Packet.)
Public propertyOpCode
Gets the Loconet operation code associated with the packet.
(Overrides PacketOpCode.)
Public propertyParmsDesc
User friendly description of the most significant packet parameters.
(Overrides PacketParmsDesc.)
Public propertyPostTxWait
Gets or sets the time in milliseconds to wait after sending this packet before performing the next step.
(Inherited from Packet.)
Public propertyRepeatCount
Gets or sets the number of times to repeat the DCC packet transmission.
Public propertyRxPacket
Gets the received response packet post transmit.
(Inherited from Packet.)
Public propertyTag
Gets or sets an arbitrary object that is associated with the packet.
(Inherited from Packet.)
Public propertyTimeStamp
Gets an event time stamp of the packet's echo or arrival.
(Inherited from Packet.)
Top
See Also