PkLocoIOMultiState Property |
Port state values for a multiport write.
Namespace:
RRAutoLib.Loconet
Assembly:
RRAutoLib (in RRAutoLib.dll) Version: 4.0.8678.28884
SyntaxPublic Property MultiState As Boolean()
Get
Set
public bool[] MultiState { get; set; }
Property Value
Type:
BooleanA zero based boolean array of 16 values.
Remarks
Each array member represents a LocoIO port.
True = port will be activated.
False = port will be deactivated.
Unless the corresponding port in
MultiMask is
True this value will no be applied.
This property is required only for command
MultiPortWrite.
See Also