Uses of Class
org.refcodes.serial.ShortArraySection
-
Uses of ShortArraySection in org.refcodes.serial
Methods in org.refcodes.serial that return ShortArraySectionModifier and TypeMethodDescriptionstatic ShortArraySectionSerialSugar.shortArraySection()Constructs an emptyShortArraySectionwith aTransmissionMetrics.DEFAULT_ENDIANESSendian representation of theSection's value.static ShortArraySectionSerialSugar.shortArraySection(short... aValue) Constructs aShortArraySectionwith the given short array payload and aTransmissionMetrics.DEFAULT_ENDIANESSendian representation of theShortArraySection's value.static ShortArraySectionSerialSugar.shortArraySection(Short... aValue) Constructs aShortArraySectionwith the given short array payload and aTransmissionMetrics.DEFAULT_ENDIANESSendian representation of theShortArraySection's value.static ShortArraySectionSerialSugar.shortArraySection(String aAlias) Constructs an emptyShortArraySectionwith aTransmissionMetrics.DEFAULT_ENDIANESSendian representation of theSection's value.static ShortArraySectionSerialSugar.shortArraySection(String aAlias, short... aValue) Constructs aShortArraySectionwith the given short array payload and aTransmissionMetrics.DEFAULT_ENDIANESSendian representation of theShortArraySection's value.static ShortArraySectionSerialSugar.shortArraySection(String aAlias, Short... aValue) Constructs aShortArraySectionwith the given short array payload and aTransmissionMetrics.DEFAULT_ENDIANESSendian representation of theShortArraySection's value.static ShortArraySectionSerialSugar.shortArraySection(String aAlias, org.refcodes.numerical.Endianess aEndianess) Constructs an emptyShortArraySectionwith the givenEndianess.static ShortArraySectionSerialSugar.shortArraySection(String aAlias, org.refcodes.numerical.Endianess aEndianess, short... aValue) Constructs aShortArraySectionwith the given short array payload and the givenEndianessfor the representation of theShortArraySection's value.static ShortArraySectionSerialSugar.shortArraySection(String aAlias, org.refcodes.numerical.Endianess aEndianess, Short... aValue) Constructs aShortArraySectionwith the given short array payload and the givenEndianessfor the representation of theShortArraySection's value.static ShortArraySectionSerialSugar.shortArraySection(String aAlias, TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.static ShortArraySectionSerialSugar.shortArraySection(String aAlias, TransmissionMetrics aTransmissionMetrics, short... aValue) Constructs an according instance from the given configuration.static ShortArraySectionSerialSugar.shortArraySection(String aAlias, TransmissionMetrics aTransmissionMetrics, Short... aValue) Constructs an according instance from the given configuration.static ShortArraySectionSerialSugar.shortArraySection(org.refcodes.numerical.Endianess aEndianess) Constructs an emptyShortArraySectionwith the givenEndianess.static ShortArraySectionSerialSugar.shortArraySection(org.refcodes.numerical.Endianess aEndianess, short... aValue) Constructs aShortArraySectionwith the given short array payload and the givenEndianessfor the representation of theShortArraySection's value.static ShortArraySectionSerialSugar.shortArraySection(org.refcodes.numerical.Endianess aEndianess, Short... aValue) Constructs aShortArraySectionwith the given short array payload and the givenEndianessfor the representation of theShortArraySection's value.static ShortArraySectionSerialSugar.shortArraySection(TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.static ShortArraySectionSerialSugar.shortArraySection(TransmissionMetrics aTransmissionMetrics, short... aValue) Constructs an according instance from the given configuration.static ShortArraySectionSerialSugar.shortArraySection(TransmissionMetrics aTransmissionMetrics, Short... aValue) Constructs an according instance from the given configuration.ShortArraySection.withPayload(short[] aValue) ShortArraySection.withPayload(Short[] aPayload) Convenience method to convert the array of wrapper types into its counterpart with primitive types before invokingwithPayload(short[]).