Click or drag to resize

PacketBytes Property

Gets the bytes that makes up a Loconet packet message.

Namespace:  RRAutoLib.Loconet
Assembly:  RRAutoLib (in RRAutoLib.dll) Version: 4.0.8678.28884
Syntax
Public ReadOnly Property Bytes As Byte()
	Get

Property Value

Type: Byte
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