Gets the bytes that makes up a Loconet packet message.

Namespace: RRAutoLib.Loconet
Assembly: RRAutoLib (in RRAutoLib.dll) Version: 1.4.4504.18867

Syntax

C#
public byte[] Bytes { get; }
Visual Basic
Public ReadOnly Property Bytes As Byte()
	Get

Field Value

An array of bytes representing a Loconet message.

Remarks

These 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