Contents:
Model class for unsigned integers.
bitSize (int) – Number of bits being represented.
int
args (Any)
kwargs (Any)
Any
alias of int
value (int) – Python value to convert.
Byte array representation of the value.
bytes
ba (bytes) – Byte array to extract value from.
Python value.
string (str) – String representation of the value.
str
Return the minimum unisgned int (0).
Return the maximum unsigned int (2**bitSize-1).