Instruction type encoded in the DccBytes[([( Byte])]) .
Namespace: RRAutoLib.LoconetAssembly: RRAutoLib (in RRAutoLib.dll) Version: 1.4.4504.18867
Syntax
| C# |
|---|
public enum DccInstrType |
| Visual Basic |
|---|
Public Enumeration DccInstrType |
Members
| Member name | Value | Description | |
|---|---|---|---|
| DecoderCont | 0 | Decoder and consist control instruction. | |
| AdvancedOpr | 1 | Advanced operation instruction. | |
| SpeedDirRev | 2 | Speed and direction instruction for reverse operation. | |
| SpeedDirFor | 3 | Speed and direction instruction for forward operation. | |
| Func0to4 | 4 | Function control instruction for auxiliary functions 0 through 4. | |
| Func5to8 | 5 | Function control instruction for auxiliary functions 5 through 8. | |
| Func9to12 | 6 | Function control instruction for auxiliary functions 9 through 12. | |
| BinStateLong | 7 | Binary state control instruction (long form). | |
| BinStateShort | 8 | Binary state control instruction (short form). | |
| Func13To20 | 9 | Function control instruction for auxiliary functions 13 through 20. | |
| Func21To28 | 10 | Function control instruction for auxiliary functions 21 through 28. | |
| CvAccess | 11 | Configuration variable access instruction. |