XpressnetLib contains classes for DCC control over Xpressnet interface.
Classes
Class | Description | |
---|---|---|
AccessoryInfo |
Class representing information about an accessory with the given turnout address (not the whole decoder, but one "turnout"). Currently doesn't
support feedback modules.
| |
LocoInfo |
Class representing information about a locomotive, including current state info like speed, direction and
which function outputs are turned on.
| |
XpressnetArgs |
Class derived from System.EventArgs. Event arguments for the UnrequestedMessageReceived event.
| |
XpressnetConnectorRoco |
Main class for Xpressnet communication with Roco command station/booster using the GenLi interface.
|
Delegates
Delegate | Description | |
---|---|---|
XpressnetConnectorRoco..::..UnrequestedMessageHandler |
Delegate for the unrequested message handling method.
|
Enumerations
Enumeration | Description | |
---|---|---|
AccessoryType |
Enumeration of possible accessory type responses.
| |
OperationResult |
Possible states of the previous turnout operation.
| |
XpressnetMessage |
Possible messages sent to the XpressNet device from the command station
|