PacketPostTxWait Property |
Gets or sets the time in milliseconds to wait after sending this packet before performing the next step.
Namespace:
RRAutoLib.Loconet
Assembly:
RRAutoLib (in RRAutoLib.dll) Version: 4.0.8678.28884
SyntaxPublic Property PostTxWait As UShort
Get
Set
public ushort PostTxWait { get; set; }
Property Value
Type:
UInt16
Remarks
Note that this property is not used by the Loconet service and exists only as a data placeholder for external consumers.
For example, after sending a packet there may be a need to wait for a physical device to complete an action before sending the next packet.
For configuration purposes the wait value can be stored in this property for convenience.
See Also