Uses of Class
org.refcodes.serial.LongArraySection
-
Uses of LongArraySection in org.refcodes.serial
Methods in org.refcodes.serial that return LongArraySectionModifier and TypeMethodDescriptionstatic LongArraySectionSerialSugar.longArraySection()Constructs an emptyLongArraySectionwith aTransmissionMetrics.DEFAULT_ENDIANESSendian representation of theSection's value.static LongArraySectionSerialSugar.longArraySection(long... aValue) Constructs aLongArraySectionwith the given long array payload and aTransmissionMetrics.DEFAULT_ENDIANESSendian representation of theLongArraySection's value.static LongArraySectionSerialSugar.longArraySection(Long... aValue) Constructs aLongArraySectionwith the given long array payload and aTransmissionMetrics.DEFAULT_ENDIANESSendian representation of theLongArraySection's value.static LongArraySectionSerialSugar.longArraySection(String aAlias) Constructs an emptyLongArraySectionwith aTransmissionMetrics.DEFAULT_ENDIANESSendian representation of theSection's value.static LongArraySectionSerialSugar.longArraySection(String aAlias, long... aValue) Constructs aLongArraySectionwith the given long array payload and aTransmissionMetrics.DEFAULT_ENDIANESSendian representation of theLongArraySection's value.static LongArraySectionSerialSugar.longArraySection(String aAlias, Long... aValue) Constructs aLongArraySectionwith the given long array payload and aTransmissionMetrics.DEFAULT_ENDIANESSendian representation of theLongArraySection's value.static LongArraySectionSerialSugar.longArraySection(String aAlias, org.refcodes.numerical.Endianess aEndianess) Constructs an emptyLongArraySectionwith the givenEndianess.static LongArraySectionSerialSugar.longArraySection(String aAlias, org.refcodes.numerical.Endianess aEndianess, long... aValue) Constructs aLongArraySectionwith the given long array payload and the givenEndianessfor the representation of theLongArraySection's value.static LongArraySectionSerialSugar.longArraySection(String aAlias, org.refcodes.numerical.Endianess aEndianess, Long... aValue) Constructs aLongArraySectionwith the given long array payload and the givenEndianessfor the representation of theLongArraySection's value.static LongArraySectionSerialSugar.longArraySection(String aAlias, TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.static LongArraySectionSerialSugar.longArraySection(String aAlias, TransmissionMetrics aTransmissionMetrics, long... aValue) Constructs an according instance from the given configuration.static LongArraySectionSerialSugar.longArraySection(String aAlias, TransmissionMetrics aTransmissionMetrics, Long... aValue) Constructs an according instance from the given configuration.static LongArraySectionSerialSugar.longArraySection(org.refcodes.numerical.Endianess aEndianess) Constructs an emptyLongArraySectionwith the givenEndianess.static LongArraySectionSerialSugar.longArraySection(org.refcodes.numerical.Endianess aEndianess, long... aValue) Constructs aLongArraySectionwith the given long array payload and the givenEndianessfor the representation of theLongArraySection's value.static LongArraySectionSerialSugar.longArraySection(org.refcodes.numerical.Endianess aEndianess, Long... aValue) Constructs aLongArraySectionwith the given long array payload and the givenEndianessfor the representation of theLongArraySection's value.static LongArraySectionSerialSugar.longArraySection(TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.static LongArraySectionSerialSugar.longArraySection(TransmissionMetrics aTransmissionMetrics, long... aValue) Constructs an according instance from the given configuration.static LongArraySectionSerialSugar.longArraySection(TransmissionMetrics aTransmissionMetrics, Long... aValue) Constructs an according instance from the given configuration.LongArraySection.withPayload(long[] aValue) LongArraySection.withPayload(Long[] aPayload) Convenience method to convert the array of wrapper types into its counterpart with primitive types before invokingwithPayload(long[]).