Uses of Class
org.refcodes.serial.AbstractPayloadSegment
-
Uses of AbstractPayloadSegment in org.refcodes.serial
Subclasses of AbstractPayloadSegment in org.refcodes.serialModifier and TypeClassDescriptionclassclassTheAsciizSegmentis an implementation of aSegmentcarrying an ASCII encodedStringas payload, terminated by a 0 ("zero") indicating its end.classTheBooleanSegmentis an implementation of aSegmentcarrying in boolean value as value.classTheByteSegmentis an implementation of aSegmentcarrying in byte value as payload.classTheDoubleSegmentis an implementation of aSegmentcarrying in double value as payload.classEnumSegment<E extends Enum<E>>TheEnumSegmentis an implementation of aSegmentcarrying an enumeration value as payload.classTheFloatSegmentis an implementation of aSegmentcarrying in float value as payload.classTheIntSegmentis an implementation of aSegmentcarrying an integer value as payload.classTheLongSegmentis an implementation of aSegmentcarrying in long value as payload.classTheNumberSegmentis an implementation of aSegmentcarrying an integer value with a configurable width (in bytes) as payload.classConvenience class for theNumberSegmentusingTransmissionMetricssequence number related properties to configure theSequenceNumberSegment(being an accordingly configuredNumberSegment).classTheShortSegmentis an implementation of aSegmentcarrying in short value as payload.