Specifies the track programming mode.
Namespace:
RRAutoLib.Loconet
Assembly:
RRAutoLib (in RRAutoLib.dll) Version: 4.0.8678.28884
SyntaxPublic 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
See Also