PkImmediateDccBytes Property |
Gets or sets the bytes that make up the DCC packet payload.
Namespace:
RRAutoLib.Loconet
Assembly:
RRAutoLib (in RRAutoLib.dll) Version: 4.0.8678.28884
SyntaxPublic Property DccBytes (
bytIdx As Byte
) As Byte
Get
Set
public byte this[
byte bytIdx
] { get; set; }
Parameters
- bytIdx
- Type: SystemByte
Valid values are 1-5, indicating the byte index number.
Property Value
Type:
Byte
See Also