Gets the received response packet post transmit.
Namespace:
RRAutoLib.Loconet
Assembly:
RRAutoLib (in RRAutoLib.dll) Version: 4.0.8678.28884
SyntaxPublic ReadOnly Property RxPacket As Packet
Get
public Packet RxPacket { get; }
Property Value
Type:
Packet
RemarksSome packet types do not expect responses. For those Nothing will be returnd.
See Also