Specifies the track programming mode.
Namespace: RRAutoLib.LoconetAssembly: RRAutoLib (in RRAutoLib.dll) Version: 1.4.4420.16901
Syntax
| C# |
|---|
public enum DccProgMode |
| Visual Basic |
|---|
Public Enumeration DccProgMode |
Members
| Member name | Value | Description | |
|---|---|---|---|
| ServTrkPagedByte | 32 | Paged mode, byte program, on the service track. | |
| ServTrkDirectByte | 40 | Direct mode, byte program, on the service track. | |
| ServTrkDirectBit | 8 | Direct mode, bit program, on the service track. | |
| ServTrkPhysRegByte | 16 | Physical register mode, byte program, on the service track. | |
| OperByteFeedback | 44 | Operational mode, byte program, with feedback. | |
| OperByteNoFeedback | 36 | Operational mode, byte program, with no feedback. | |
| OperBitFeedback | 12 | Operational mode, bit program, with feedback. | |
| OperBitNoFeedback | 4 | Operational mode, bit program, with no feedback. |
Remarks
This enumeration is used by the PkDccProgram class.