Results returned by the UnbindSlotResponse event after calling UnbindSlot(Boolean).
Namespace: RRAutoLib.CTCAssembly: RRAutoLib (in RRAutoLib.dll) Version: 1.4.4504.18867
Syntax
| C# |
|---|
public enum UnbindSlotResult |
| Visual Basic |
|---|
Public Enumeration UnbindSlotResult |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Success | 0 | Engine has been unbound from its slot. | |
| FailedUnknown | 1 | Command station acknowledged but could not unbind for an unknown reason. | |
| FailedNoResponse | 2 | Failed to unbind because the command station did not respond, possibly due to a Loconet connection problem. |