Results returned by the BindSlotResponse event after calling BindSlot(Boolean, Boolean).
Namespace: RRAutoLib.CTCAssembly: RRAutoLib (in RRAutoLib.dll) Version: 1.4.4504.18867
Syntax
| C# |
|---|
public enum BindSlotResult |
| Visual Basic |
|---|
Public Enumeration 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. |