Click or drag to resize

PkLocoCommandFunctions Property

Gets or sets the state of the locomotive's functions.

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

Property Value

Type: OnOff
An array of functions states in the range specified by Command.
Remarks
Only use if Command is either:
  • Func_0_6
  • Func_7_13
  • Func_14_20
  • Func_21_28
  • For proper encoding, make sure to set the Command property prior to setting this one.
    See Also