Uses of Class
org.refcodes.serial.IntArraySection
-
Uses of IntArraySection in org.refcodes.serial
Modifier and TypeMethodDescriptionstatic IntArraySection
SerialSugar.intArraySection()
Constructs an emptyIntArraySection
with aTransmissionMetrics.DEFAULT_ENDIANESS
endian representation of theSection
's value.static IntArraySection
SerialSugar.intArraySection
(int... aValue) Constructs aIntArraySection
with the given int array payload and aTransmissionMetrics.DEFAULT_ENDIANESS
endian representation of theIntArraySection
's value.static IntArraySection
SerialSugar.intArraySection
(Integer... aValue) Constructs aIntArraySection
with the given int array payload and aTransmissionMetrics.DEFAULT_ENDIANESS
endian representation of theIntArraySection
's value.static IntArraySection
SerialSugar.intArraySection
(String aAlias) Constructs an emptyIntArraySection
with aTransmissionMetrics.DEFAULT_ENDIANESS
endian representation of theSection
's value.static IntArraySection
SerialSugar.intArraySection
(String aAlias, int... aValue) Constructs aIntArraySection
with the given int array payload and aTransmissionMetrics.DEFAULT_ENDIANESS
endian representation of theIntArraySection
's value.static IntArraySection
SerialSugar.intArraySection
(String aAlias, Integer... aValue) Constructs aIntArraySection
with the given int array payload and aTransmissionMetrics.DEFAULT_ENDIANESS
endian representation of theIntArraySection
's value.static IntArraySection
SerialSugar.intArraySection
(String aAlias, org.refcodes.numerical.Endianess aEndianess) Constructs an emptyIntArraySection
with the givenEndianess
.static IntArraySection
SerialSugar.intArraySection
(String aAlias, org.refcodes.numerical.Endianess aEndianess, int... aValue) Constructs aIntArraySection
with the given int array payload and the givenEndianess
for the representation of theIntArraySection
's value.static IntArraySection
SerialSugar.intArraySection
(String aAlias, org.refcodes.numerical.Endianess aEndianess, Integer... aValue) Constructs aIntArraySection
with the given int array payload and the givenEndianess
for the representation of theIntArraySection
's value.static IntArraySection
SerialSugar.intArraySection
(String aAlias, TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.static IntArraySection
SerialSugar.intArraySection
(String aAlias, TransmissionMetrics aTransmissionMetrics, int... aValue) Constructs an according instance from the given configuration.static IntArraySection
SerialSugar.intArraySection
(String aAlias, TransmissionMetrics aTransmissionMetrics, Integer... aValue) Constructs an according instance from the given configuration.static IntArraySection
SerialSugar.intArraySection
(org.refcodes.numerical.Endianess aEndianess) Constructs an emptyIntArraySection
with the givenEndianess
.static IntArraySection
SerialSugar.intArraySection
(org.refcodes.numerical.Endianess aEndianess, int... aValue) Constructs aIntArraySection
with the given int array payload and the givenEndianess
for the representation of theIntArraySection
's value.static IntArraySection
SerialSugar.intArraySection
(org.refcodes.numerical.Endianess aEndianess, Integer... aValue) Constructs aIntArraySection
with the given int array payload and the givenEndianess
for the representation of theIntArraySection
's value.static IntArraySection
SerialSugar.intArraySection
(TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.static IntArraySection
SerialSugar.intArraySection
(TransmissionMetrics aTransmissionMetrics, int... aValue) Constructs an according instance from the given configuration.static IntArraySection
SerialSugar.intArraySection
(TransmissionMetrics aTransmissionMetrics, Integer... aValue) Constructs an according instance from the given configuration.IntArraySection.withPayload
(int[] aValue) IntArraySection.withPayload
(Integer[] aPayload) Convenience method to convert the array of wrapper types into its counterpart with primitive types before invokingwithPayload(int[])
.