Click or drag to resize

BitWise Class

Generic bitwise functions that aide in encoding and decoding of packet bytes.
Inheritance Hierarchy
SystemObject
  RRAutoLib.LoconetBitWise

Namespace:  RRAutoLib.Loconet
Assembly:  RRAutoLib (in RRAutoLib.dll) Version: 4.0.8678.28884
Syntax
<StandardModuleAttribute>
Public NotInheritable Class BitWise

The BitWise type exposes the following members.

Methods
  NameDescription
Public methodStatic memberArrayToBitFlags
Converts a bit array to bit flags within an unsigned integer.
Public methodStatic memberBitFlagsToArray
Converts bit flag fragments of an unsigned integer to a bit array.
Public methodStatic memberCode exampleCopyBits
Copies a subset block of bits from one unsigned integer to another.
Top
See Also