Gets the engine's function states.
Namespace:
RRAutoLib.CTC
Assembly:
RRAutoLib (in RRAutoLib.dll) Version: 4.0.8678.28884
SyntaxPublic ReadOnly Property Functions As OnOff()
Get
public OnOff[] Functions { get; }
Return Value
Type:
OnOffA clone of the underlying array. Changes made to this array will not set the engine's functions. Use
FunctionsByte to set them.
RemarksThese are the functions supported by your DCC decoder.
See Also