Gets or sets the 8 bytes to be moved.

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 Data ( _
	bytIdx As Byte _
) As Byte
	Get
	Set

Parameters

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

Field Value

The byte specified by bytIdx.

See Also