Uses of Class
org.refcodes.serial.LongSegment
-
Uses of LongSegment in org.refcodes.serial
Methods in org.refcodes.serial that return LongSegmentModifier and TypeMethodDescriptionstatic LongSegmentSerialSugar.longSegment()Constructs an emptyLongSegmentwith aTransmissionMetrics.DEFAULT_ENDIANESSendian representation of theLongSegment's value.static LongSegmentSerialSugar.longSegment(Long aValue) Constructs aLongSegmentwith the given long payload and aTransmissionMetrics.DEFAULT_ENDIANESSendian representation of theLongSegment's value.static LongSegmentSerialSugar.longSegment(Long aValue, org.refcodes.numerical.Endianess aEndianess) Constructs aLongSegmentwith the given long payload and the givenEndianessfor the representation of theSegment's value.static LongSegmentSerialSugar.longSegment(Long aValue, TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.static LongSegmentSerialSugar.longSegment(String aAlias) Constructs an emptyLongSegmentwith aTransmissionMetrics.DEFAULT_ENDIANESSendian representation of theLongSegment's value.static LongSegmentSerialSugar.longSegment(String aAlias, Long aValue) Constructs aLongSegmentwith the given long payload and aTransmissionMetrics.DEFAULT_ENDIANESSendian representation of theLongSegment's value.static LongSegmentSerialSugar.longSegment(String aAlias, Long aValue, org.refcodes.numerical.Endianess aEndianess) Constructs aLongSegmentwith the given long payload and the givenEndianessfor the representation of theSegment's value.static LongSegmentSerialSugar.longSegment(String aAlias, Long aValue, TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.static LongSegmentSerialSugar.longSegment(String aAlias, org.refcodes.numerical.Endianess aEndianess) Constructs an emptyLongSegmentwith the givenEndianessendian representation of theLongSegment's value.static LongSegmentSerialSugar.longSegment(String aAlias, TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.static LongSegmentSerialSugar.longSegment(org.refcodes.numerical.Endianess aEndianess) Constructs an emptyLongSegmentwith the givenEndianessendian representation of theLongSegment's value.static LongSegmentSerialSugar.longSegment(TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.LongSegment.withPayload(Long aValue)