PkImmediateDccByteCount Property |
Gets or sets the number of significant bytes in the
DccBytesByte not including the checksum byte.
Namespace:
RRAutoLib.Loconet
Assembly:
RRAutoLib (in RRAutoLib.dll) Version: 4.0.8678.28884
SyntaxPublic Property DccByteCount As Byte
Get
Set
public byte DccByteCount { get; set; }
Property Value
Type:
ByteValid values are 2-4
RemarksThis property is set automatically if DCC instruction specific methods are used. You only need to set this if you are encoding the
DccBytesByte yourself.
See Also