Click or drag to resize

EngineUnbindSlotResult Enumeration

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

Namespace:  RRAutoLib.CTC
Assembly:  RRAutoLib (in RRAutoLib.dll) Version: 4.0.8678.28884
Syntax
Public Enumeration UnbindSlotResult
Members
  Member nameValueDescription
Success0Engine has been unbound from its slot.
SuccessNoCfm1Engine has been unbound from its slot but the network did not confirm it.
FailedUnknown2Command station acknowledged but could not unbind for an unknown reason.
FailedNoResponse3Failed to unbind because the command station did not respond, possibly due to a Loconet connection problem.
See Also