Results returned by the UnbindSlotResponse event after calling UnbindSlot(Boolean).

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

Syntax

C#
public enum UnbindSlotResult
Visual Basic
Public Enumeration UnbindSlotResult

Members

Member nameValueDescription
Success0Engine has been unbound from its slot.
FailedUnknown1Command station acknowledged but could not unbind for an unknown reason.
FailedNoResponse2Failed to unbind because the command station did not respond, possibly due to a Loconet connection problem.

See Also