Uses of Class
org.refcodes.serial.IntArraySection
-
Uses of IntArraySection in org.refcodes.serial
Methods in org.refcodes.serial that return IntArraySectionModifier and TypeMethodDescriptionstatic IntArraySectionSerialSugar.intArraySection()Constructs an emptyIntArraySectionwith aTransmissionMetrics.DEFAULT_ENDIANESSendian representation of theSection's value.static IntArraySectionSerialSugar.intArraySection(int... aValue) Constructs aIntArraySectionwith the given int array payload and aTransmissionMetrics.DEFAULT_ENDIANESSendian representation of theIntArraySection's value.static IntArraySectionSerialSugar.intArraySection(Integer... aValue) Constructs aIntArraySectionwith the given int array payload and aTransmissionMetrics.DEFAULT_ENDIANESSendian representation of theIntArraySection's value.static IntArraySectionSerialSugar.intArraySection(String aAlias) Constructs an emptyIntArraySectionwith aTransmissionMetrics.DEFAULT_ENDIANESSendian representation of theSection's value.static IntArraySectionSerialSugar.intArraySection(String aAlias, int... aValue) Constructs aIntArraySectionwith the given int array payload and aTransmissionMetrics.DEFAULT_ENDIANESSendian representation of theIntArraySection's value.static IntArraySectionSerialSugar.intArraySection(String aAlias, Integer... aValue) Constructs aIntArraySectionwith the given int array payload and aTransmissionMetrics.DEFAULT_ENDIANESSendian representation of theIntArraySection's value.static IntArraySectionSerialSugar.intArraySection(String aAlias, org.refcodes.numerical.Endianess aEndianess) Constructs an emptyIntArraySectionwith the givenEndianess.static IntArraySectionSerialSugar.intArraySection(String aAlias, org.refcodes.numerical.Endianess aEndianess, int... aValue) Constructs aIntArraySectionwith the given int array payload and the givenEndianessfor the representation of theIntArraySection's value.static IntArraySectionSerialSugar.intArraySection(String aAlias, org.refcodes.numerical.Endianess aEndianess, Integer... aValue) Constructs aIntArraySectionwith the given int array payload and the givenEndianessfor the representation of theIntArraySection's value.static IntArraySectionSerialSugar.intArraySection(String aAlias, TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.static IntArraySectionSerialSugar.intArraySection(String aAlias, TransmissionMetrics aTransmissionMetrics, int... aValue) Constructs an according instance from the given configuration.static IntArraySectionSerialSugar.intArraySection(String aAlias, TransmissionMetrics aTransmissionMetrics, Integer... aValue) Constructs an according instance from the given configuration.static IntArraySectionSerialSugar.intArraySection(org.refcodes.numerical.Endianess aEndianess) Constructs an emptyIntArraySectionwith the givenEndianess.static IntArraySectionSerialSugar.intArraySection(org.refcodes.numerical.Endianess aEndianess, int... aValue) Constructs aIntArraySectionwith the given int array payload and the givenEndianessfor the representation of theIntArraySection's value.static IntArraySectionSerialSugar.intArraySection(org.refcodes.numerical.Endianess aEndianess, Integer... aValue) Constructs aIntArraySectionwith the given int array payload and the givenEndianessfor the representation of theIntArraySection's value.static IntArraySectionSerialSugar.intArraySection(TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.static IntArraySectionSerialSugar.intArraySection(TransmissionMetrics aTransmissionMetrics, int... aValue) Constructs an according instance from the given configuration.static IntArraySectionSerialSugar.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[]).