Specifies the error types returned by a programming reply.
Namespace: RRAutoLib.LoconetAssembly: RRAutoLib (in RRAutoLib.dll) Version: 1.4.4504.18867
Syntax
| C# |
|---|
[FlagsAttribute] public enum DccProgErrFlags |
| Visual Basic |
|---|
<FlagsAttribute> _ Public Enumeration DccProgErrFlags |
Members
| Member name | Value | Description | |
|---|---|---|---|
| NoDecoder | 1 | Service mode programming track is empty (no decoder detected). | |
| NoWriteAck | 2 | No write acknowledge response from decoder. | |
| NoReadAck | 4 | Failed to detect read compare acknowledge response from decoder. | |
| Aborted | 8 | The command was aborted. |
Remarks
This enumeration is used by the PkDccProgram class.