Uses of Class
org.refcodes.serial.IntSegment
-
Uses of IntSegment in org.refcodes.serial
Modifier and TypeMethodDescriptionstatic IntSegment
SerialSugar.intSegment()
Constructs an emptyIntSegment
with aTransmissionMetrics.DEFAULT_ENDIANESS
endian representation of theIntSegment
's value.static IntSegment
SerialSugar.intSegment
(Integer aValue) Constructs aIntSegment
with the given int payload and aTransmissionMetrics.DEFAULT_ENDIANESS
endian representation of theIntSegment
's value.static IntSegment
SerialSugar.intSegment
(Integer aValue, org.refcodes.numerical.Endianess aEndianess) Constructs aIntSegment
with the given int payload and the givenEndianess
for the representation of theSegment
's value.static IntSegment
SerialSugar.intSegment
(Integer aValue, TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.static IntSegment
SerialSugar.intSegment
(String aAlias) Constructs an emptyIntSegment
with aTransmissionMetrics.DEFAULT_ENDIANESS
endian representation of theIntSegment
's value.static IntSegment
SerialSugar.intSegment
(String aAlias, Integer aValue) Constructs aIntSegment
with the given int payload and aTransmissionMetrics.DEFAULT_ENDIANESS
endian representation of theIntSegment
's value.static IntSegment
SerialSugar.intSegment
(String aAlias, Integer aValue, org.refcodes.numerical.Endianess aEndianess) Constructs aIntSegment
with the given int payload and the givenEndianess
for the representation of theSegment
's value.static IntSegment
SerialSugar.intSegment
(String aAlias, Integer aValue, TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.static IntSegment
SerialSugar.intSegment
(String aAlias, org.refcodes.numerical.Endianess aEndianess) Constructs an emptyIntSegment
with the givenEndianess
endian representation of theIntSegment
's value.static IntSegment
SerialSugar.intSegment
(String aAlias, TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.static IntSegment
SerialSugar.intSegment
(org.refcodes.numerical.Endianess aEndianess) Constructs an emptyIntSegment
with the givenEndianess
endian representation of theIntSegment
's value.static IntSegment
SerialSugar.intSegment
(TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.IntSegment.withPayload
(Integer aValue)