public static interface PDU.Bits
| Modifier and Type | Method and Description |
|---|---|
int |
bits() |
int |
byteWidth() |
PDU.Bits |
flip() |
boolean |
get() |
boolean |
get(int bit) |
PDU.Bits |
put(boolean v) |
PDU.Bits |
put(int bit,
boolean v) |
PDU.Bits |
put(int offset,
int width,
long value) |
PDU.Bits |
put(int width,
long value) |
default PDU.Bits |
reset() |
default PDU.Bits |
set() |
int bits()
int byteWidth()
PDU.Bits put(boolean v)
PDU.Bits put(int bit, boolean v)
PDU.Bits put(int width, long value)
PDU.Bits put(int offset, int width, long value)
default PDU.Bits set()
default PDU.Bits reset()
boolean get()
boolean get(int bit)
PDU.Bits flip()
aQute SARL All Rights Reserved