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
RemarksFlags are placed in the unsigned integer from right to left with the first array element placed in the least significant bit.
See Also