Specifies the error types returned by a programming reply.

Namespace: RRAutoLib.Loconet
Assembly: RRAutoLib (in RRAutoLib.dll) Version: 1.4.4504.18867

Syntax

C#
[FlagsAttribute]
public enum DccProgErrFlags
Visual Basic
<FlagsAttribute> _
Public Enumeration DccProgErrFlags

Members

Member nameValueDescription
NoDecoder1Service mode programming track is empty (no decoder detected).
NoWriteAck2No write acknowledge response from decoder.
NoReadAck4Failed to detect read compare acknowledge response from decoder.
Aborted8The command was aborted.

Remarks

This enumeration is used by the PkDccProgram class.

See Also