Click or drag to resize

PkLocoIOMultiMask Property

Ports to be affected by a multiport write.

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

Property Value

Type: Boolean
A zero based boolean array of 16 values.
Remarks
Each array member represents a LocoIO port.
True = port will be affected.
False = port will be ignored.
This property is required only for command MultiPortWrite.
See Also