EngineFunctions Property (Byte) |
Gets or sets the engine's function states.
Namespace:
RRAutoLib.CTC
Assembly:
RRAutoLib (in RRAutoLib.dll) Version: 4.0.8678.28884
SyntaxPublic Property Functions (
bytIdx As Byte
) As OnOff
Get
Set
public OnOff this[
byte bytIdx
] { get; set; }
Parameters
- bytIdx
- Type: SystemByte
Valid values are 0-28.
Property Value
Type:
OnOff
Remarks
These are the functions supported by your DCC decoder.
The engine must be bound to a command station slot prior to setting this property.
See Also