Uses of Class
org.refcodes.serial.IntSegment
-
Uses of IntSegment in org.refcodes.serial
Methods in org.refcodes.serial that return IntSegmentModifier and TypeMethodDescriptionstatic IntSegmentSerialSugar.intSegment()Constructs an emptyIntSegmentwith aTransmissionMetrics.DEFAULT_ENDIANESSendian representation of theIntSegment's value.static IntSegmentSerialSugar.intSegment(Integer aValue) Constructs aIntSegmentwith the given int payload and aTransmissionMetrics.DEFAULT_ENDIANESSendian representation of theIntSegment's value.static IntSegmentSerialSugar.intSegment(Integer aValue, org.refcodes.numerical.Endianess aEndianess) Constructs aIntSegmentwith the given int payload and the givenEndianessfor the representation of theSegment's value.static IntSegmentSerialSugar.intSegment(Integer aValue, TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.static IntSegmentSerialSugar.intSegment(String aAlias) Constructs an emptyIntSegmentwith aTransmissionMetrics.DEFAULT_ENDIANESSendian representation of theIntSegment's value.static IntSegmentSerialSugar.intSegment(String aAlias, Integer aValue) Constructs aIntSegmentwith the given int payload and aTransmissionMetrics.DEFAULT_ENDIANESSendian representation of theIntSegment's value.static IntSegmentSerialSugar.intSegment(String aAlias, Integer aValue, org.refcodes.numerical.Endianess aEndianess) Constructs aIntSegmentwith the given int payload and the givenEndianessfor the representation of theSegment's value.static IntSegmentSerialSugar.intSegment(String aAlias, Integer aValue, TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.static IntSegmentSerialSugar.intSegment(String aAlias, org.refcodes.numerical.Endianess aEndianess) Constructs an emptyIntSegmentwith the givenEndianessendian representation of theIntSegment's value.static IntSegmentSerialSugar.intSegment(String aAlias, TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.static IntSegmentSerialSugar.intSegment(org.refcodes.numerical.Endianess aEndianess) Constructs an emptyIntSegmentwith the givenEndianessendian representation of theIntSegment's value.static IntSegmentSerialSugar.intSegment(TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.IntSegment.withPayload(Integer aValue)