Click or drag to resize

EngineFunctions Property

Gets the engine's function states.

Namespace:  RRAutoLib.CTC
Assembly:  RRAutoLib (in RRAutoLib.dll) Version: 4.0.8678.28884
Syntax
Public ReadOnly Property Functions As OnOff()
	Get

Return Value

Type: OnOff
A clone of the underlying array. Changes made to this array will not set the engine's functions. Use FunctionsByte to set them.
Remarks
These are the functions supported by your DCC decoder.
See Also