Specifies the track programming mode.
Namespace:
RRAutoLib.LoconetAssembly: RRAutoLib (in RRAutoLib.dll) Version: 1.3.3371.40749 (1.3.0.0)
Syntax
| Visual Basic (Declaration) |
|---|
Public Enumeration DccProgMode |
Members
| Member name | Description | |
|---|---|---|
| ServTrkPagedByte | Paged mode, byte program, on the service track. | |
| ServTrkDirectByte | Direct mode, byte program, on the service track. | |
| ServTrkDirectBit | Direct mode, bit program, on the service track. | |
| ServTrkPhysRegByte | Physical register mode, byte program, on the service track. | |
| OperByteFeedback | Operational mode, byte program, with feedback. | |
| OperByteNoFeedback | Operational mode, byte program, with no feedback. | |
| OperBitFeedback | Operational mode, bit program, with feedback. | |
| OperBitNoFeedback | Operational mode, bit program, with no feedback. |
Remarks
This enumeration is used by the PkDccProgram class.