Uses of Class
org.refcodes.serial.ByteSegment
-
Uses of ByteSegment in org.refcodes.serial
Modifier and TypeMethodDescriptionstatic ByteSegment
SerialSugar.byteSegment()
Constructs an emptyByteSegment
.static ByteSegment
SerialSugar.byteSegment
(Byte aValue) Constructs aByteSegment
with the given byte payload.static ByteSegment
SerialSugar.byteSegment
(String aAlias) Constructs an emptyByteSegment
.static ByteSegment
SerialSugar.byteSegment
(String aAlias, Byte aValue) Constructs aByteSegment
with the given byte payload.ByteSegment.withPayload
(Byte aValue)