Gets the bytes that makes up a Loconet packet message.
Namespace:
RRAutoLib.Loconet
Assembly:
RRAutoLib (in RRAutoLib.dll) Version: 4.0.8678.28884
SyntaxPublic ReadOnly Property Bytes As Byte()
Get
public byte[] Bytes { get; }
Property Value
Type:
ByteAn array of bytes representing a Loconet message.
RemarksThese bytes are the raw encoded data (as defined by the Loconet specification) that are transferred between the PC and Loconet devices. These bytes should not be edited directly. Instead use the provided properties of the various
Packet classes.
See Also