Click or drag to resize

EngineBindSlotResult Enumeration

Results returned by the BindSlotResponse event after calling BindSlot(Boolean).

Namespace:  RRAutoLib.CTC
Assembly:  RRAutoLib (in RRAutoLib.dll) Version: 4.0.8678.28884
Syntax
Public Enumeration BindSlotResult
Members
  Member nameValueDescription
Success0Engine has been bound to a slot and can now be controlled.
SuccessSlotStolen1Same as Success but the slot was in use and was stolen in the process.
FailedInUse2Failed to bind because the slot associated with the engine's address is already in use.
FailedUpConsisted3Failed to bind because the slot associated with the engine's address is consisted upwards.
FailedNoFreeSlot4Failed to bind because there are no free slots available.
FailedUnknown5Command station acknowledged but could not bind for an unknown reason.
FailedNoResponse6Failed to bind because the command station did not respond, possibly due to a Loconet connection problem.
See Also