EngineBindSlotResult Enumeration |
Namespace:
RRAutoLib.CTC
Assembly:
RRAutoLib (in RRAutoLib.dll) Version: 4.0.8678.28884
SyntaxPublic Enumeration BindSlotResult
public enum BindSlotResult
Members
| Member name | Value | Description |
---|
| Success | 0 | Engine has been bound to a slot and can now be controlled. |
| SuccessSlotStolen | 1 | Same as Success but the slot was in use and was stolen in the process. |
| FailedInUse | 2 | Failed to bind because the slot associated with the engine's address is already in use. |
| FailedUpConsisted | 3 | Failed to bind because the slot associated with the engine's address is consisted upwards. |
| FailedNoFreeSlot | 4 | Failed to bind because there are no free slots available. |
| FailedUnknown | 5 | Command station acknowledged but could not bind for an unknown reason. |
| FailedNoResponse | 6 | Failed to bind because the command station did not respond, possibly due to a Loconet connection problem. |
See Also