Store a value into the corresponding subsequence of the containing bit field.
Store a value into the corresponding subsequence of the containing bit field.
NOTE This is not a specialization of {@link Layout#encode|Layout.encode} and there is no return value.
Generated using TypeDoc
Represent a sequence of bits within a BitStructure.
All bit field values are represented as unsigned integers.
NOTE User code should not invoke this constructor directly. Use the container {@link BitStructure#addField|addField} helper method.
NOTE BitField instances are not instances of Layout since {@link Layout#span|span} measures 8-bit units.
initializer for {@link BitField#container|container}.
initializer for {@link BitField#bits|bits}.
initializer for {@link Layout#property|property}.