@icazemier/gibbons
Preparing search index...
BitByte
Class BitByte
Just a class to carry byte position and bit position around
Param: byteNo
unsigned integer value (0..n)
Param: bitPos
unsigned integer value (0..n)
Index
Constructors
constructor
Properties
bit
Pos
byte
No
Constructors
constructor
new
BitByte
(
byteNo
:
number
,
bitPos
:
number
)
:
BitByte
Parameters
byteNo
:
number
bitPos
:
number
Returns
BitByte
Properties
bit
Pos
bitPos
:
number
byte
No
byteNo
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
bit
Pos
byte
No
@icazemier/gibbons
Loading...
Just a class to carry byte position and bit position around
Param: byteNo
unsigned integer value (0..n)
Param: bitPos
unsigned integer value (0..n)