Uses of Class
org.refcodes.serial.ShortSegment
-
Uses of ShortSegment in org.refcodes.serial
Methods in org.refcodes.serial that return ShortSegmentModifier and TypeMethodDescriptionstatic ShortSegmentSerialSugar.shortSegment()Constructs an emptyShortSegmentwith aTransmissionMetrics.DEFAULT_ENDIANESSendian representation of theShortSegment's value.static ShortSegmentSerialSugar.shortSegment(Short aValue) Constructs aShortSegmentwith the given short payload and aTransmissionMetrics.DEFAULT_ENDIANESSendian representation of theShortSegment's value.static ShortSegmentSerialSugar.shortSegment(Short aValue, org.refcodes.numerical.Endianess aEndianess) Constructs aShortSegmentwith the given short payload and the givenEndianessfor the representation of theSegment's value.static ShortSegmentSerialSugar.shortSegment(Short aValue, TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.static ShortSegmentSerialSugar.shortSegment(String aAlias) Constructs an emptyShortSegmentwith aTransmissionMetrics.DEFAULT_ENDIANESSendian representation of theShortSegment's value.static ShortSegmentSerialSugar.shortSegment(String aAlias, Short aValue) Constructs aShortSegmentwith the given short payload and aTransmissionMetrics.DEFAULT_ENDIANESSendian representation of theShortSegment's value.static ShortSegmentSerialSugar.shortSegment(String aAlias, Short aValue, org.refcodes.numerical.Endianess aEndianess) Constructs aShortSegmentwith the given short payload and the givenEndianessfor the representation of theSegment's value.static ShortSegmentSerialSugar.shortSegment(String aAlias, Short aValue, TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.static ShortSegmentSerialSugar.shortSegment(String aAlias, org.refcodes.numerical.Endianess aEndianess) Constructs an emptyShortSegmentwith the givenEndianessendian representation of theShortSegment's value.static ShortSegmentSerialSugar.shortSegment(String aAlias, TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.static ShortSegmentSerialSugar.shortSegment(org.refcodes.numerical.Endianess aEndianess) Constructs an emptyShortSegmentwith the givenEndianessendian representation of theShortSegment's value.static ShortSegmentSerialSugar.shortSegment(TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.ShortSegment.withPayload(Short aValue)