Gets or sets the number of significant bytes in the DccBytes[([( Byte])]) not including the checksum byte.

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

Syntax

C#
public byte DccByteCount { get; set; }
Visual Basic
Public Property DccByteCount As Byte
	Get
	Set

Field Value

Valid values are 2-4

Remarks

This property is set automatically if DCC instruction specific methods are used. You only need to set this if you are encoding the DccBytes[([( Byte])]) yourself.

See Also