Specifies the track programming mode.

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

Syntax

C#
public enum DccProgMode
Visual Basic
Public Enumeration DccProgMode

Members

Member nameValueDescription
ServTrkPagedByte32Paged mode, byte program, on the service track.
ServTrkDirectByte40Direct mode, byte program, on the service track.
ServTrkDirectBit8Direct mode, bit program, on the service track.
ServTrkPhysRegByte16Physical register mode, byte program, on the service track.
OperByteFeedback44Operational mode, byte program, with feedback.
OperByteNoFeedback36Operational mode, byte program, with no feedback.
OperBitFeedback12Operational mode, bit program, with feedback.
OperBitNoFeedback4Operational mode, bit program, with no feedback.

Remarks

This enumeration is used by the PkDccProgram class.

See Also