Click or drag to resize

DccProgErrFlags Enumeration

Specifies the error types returned by a programming reply.

Namespace:  RRAutoLib.Loconet
Assembly:  RRAutoLib (in RRAutoLib.dll) Version: 4.0.8678.28884
Syntax
<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