Uses of Class
org.refcodes.serial.AsciizSegment
-
Uses of AsciizSegment in org.refcodes.serial
Methods in org.refcodes.serial that return AsciizSegmentModifier and TypeMethodDescriptionstatic AsciizSegment
SerialSugar.asciizSegment()
Constructs an emptyAsciizSegment
.static AsciizSegment
SerialSugar.asciizSegment
(byte aEndOfStringByte) Constructs an emptyAsciizSegment
.static AsciizSegment
SerialSugar.asciizSegment
(byte[] aValue) Constructs anAsciizSegment
with the given (ASCII encoded) bytes payload.static AsciizSegment
SerialSugar.asciizSegment
(byte[] aValue, byte aEndOfStringByte) Constructs anAsciizSegment
with the given (ASCII encoded) bytes payload.static AsciizSegment
SerialSugar.asciizSegment
(String aValue) Constructs anAsciizSegment
with the givenString
payload.static AsciizSegment
SerialSugar.asciizSegment
(String aValue, byte aEndOfStringByte) Constructs anAsciizSegment
with the givenString
payload.static AsciizSegment
SerialSugar.asciizSegment
(String aAlias, byte[] aValue) Constructs anAsciizSegment
with the given (ASCII encoded) bytes payload.static AsciizSegment
SerialSugar.asciizSegment
(String aAlias, byte[] aValue, byte aEndOfStringByte) Constructs anAsciizSegment
with the given (ASCII encoded) bytes payload.static AsciizSegment
SerialSugar.asciizSegment
(String aAlias, String aValue) Constructs anAsciizSegment
with the givenString
payload.static AsciizSegment
SerialSugar.asciizSegment
(String aAlias, String aValue, byte aEndOfStringByte) Constructs anAsciizSegment
with the givenString
payload.static AsciizSegment
SerialSugar.asciizSegment
(String aAlias, TransmissionMetrics aTransmissionMetrics, byte[] aValue) Constructs anAsciizSegment
with the given (ASCII encoded) bytes payload.static AsciizSegment
SerialSugar.asciizSegment
(String aAlias, TransmissionMetrics aTransmissionMetrics, String aValue) Constructs anAsciizSegment
with the givenString
payload.static AsciizSegment
SerialSugar.asciizSegment
(TransmissionMetrics aTransmissionMetrics) Constructs an emptyAsciizSegment
.static AsciizSegment
SerialSugar.asciizSegment
(TransmissionMetrics aTransmissionMetrics, byte[] aValue) Constructs anAsciizSegment
with the given (ASCII encoded) bytes payload.static AsciizSegment
SerialSugar.asciizSegment
(TransmissionMetrics aTransmissionMetrics, String aValue) Constructs anAsciizSegment
with the givenString
payload.AsciizSegment.withPayload
(byte[] aValue) Sets the given (ASCII encoded) bytes payload.AsciizSegment.withPayload
(String aValue)