Click or drag to resize

BitWiseArrayToBitFlags Method

Converts a bit array to bit flags within an unsigned integer.

Namespace:  RRAutoLib.Loconet
Assembly:  RRAutoLib (in RRAutoLib.dll) Version: 4.0.8678.28884
Syntax
Public Shared Function ArrayToBitFlags ( 
	enuArray As OnOff()
) As UInteger

Parameters

enuArray
Type: RRAutoLib.LoconetOnOff
Bit array used as the source for the conversion.

Return Value

Type: UInt32
Remarks
Flags are placed in the unsigned integer from right to left with the first array element placed in the least significant bit.
See Also