The AccessoryInfo type exposes the following members.
Constructors
Name | Description | |
---|---|---|
AccessoryInfo()()()() |
Default constructor.
| |
AccessoryInfo(Int32, Boolean, AccessoryType, Int32, OperationResult) |
Full constructor.
|
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
AccType |
Type of the accessory.
| |
Address |
Turnout address. This is the address of the particular turnout outputs of a decoder. Do not mistake it for the decoder address!
| |
Finished |
True if the operation has been successfully finished.
| |
GroupAddress |
Decoder address for the given turnout address.
| |
Nibble |
Identifies to which pair of turnouts the turnout address belongs to. Values: 0 = turnout 0 or turnout 1, 1 = turnout 2 or turnout 3.
| |
OpResult |
Returns the result of the previous operation of the given turnout.
|