Gets or sets the bytes that make up the DCC packet payload.

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

Syntax

C#
public byte this[
	byte bytIdx
] { get; set; }
Visual Basic
Public Property DccBytes ( _
	bytIdx As Byte _
) As Byte
	Get
	Set

Parameters

bytIdx
Type: System..::..Byte
Valid values are 1-5, indicating the byte index number.

See Also