Gets or sets the number of times to repeat the DCC packet transmission.

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

Syntax

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

Remarks

For example a repeat count of 1 means 2 DCC packets will be sent. The default is 4.

See Also