PkImmediateRepeatCount Property |
Gets or sets the number of times to repeat the DCC packet transmission.
Namespace:
RRAutoLib.Loconet
Assembly:
RRAutoLib (in RRAutoLib.dll) Version: 4.0.8678.28884
SyntaxPublic Property RepeatCount As Byte
Get
Set
public byte RepeatCount { get; set; }
Property Value
Type:
Byte
RemarksFor example a repeat count of 1 means 2 DCC packets will be sent. The default is 4.
See Also