EngineUnbindSlotResult Enumeration |
Namespace:
RRAutoLib.CTC
Assembly:
RRAutoLib (in RRAutoLib.dll) Version: 4.0.8678.28884
SyntaxPublic Enumeration UnbindSlotResult
public enum UnbindSlotResult
Members
| Member name | Value | Description |
---|
| Success | 0 | Engine has been unbound from its slot. |
| SuccessNoCfm | 1 | Engine has been unbound from its slot but the network did not confirm it. |
| FailedUnknown | 2 | Command station acknowledged but could not unbind for an unknown reason. |
| FailedNoResponse | 3 | Failed to unbind because the command station did not respond, possibly due to a Loconet connection problem. |
See Also