Uses of Class
org.refcodes.serial.AbstractPayloadSegment
-
-
Uses of AbstractPayloadSegment in org.refcodes.serial
Subclasses of AbstractPayloadSegment in org.refcodes.serial Modifier and Type Class Description classAsciizArraySegmentclassAsciizSegmentTheAsciizSegmentis an implementation of aSegmentcarrying an ASCII encodedStringas payload, terminated by a 0 ("zero") indicating its end.classBooleanSegmentTheBooleanSegmentis an implementation of aSegmentcarrying in boolean value as value.classByteSegmentTheByteSegmentis an implementation of aSegmentcarrying in byte value as payload.classDoubleSegmentTheDoubleSegmentis an implementation of aSegmentcarrying in double value as payload.classEnumSegment<E extends Enum<E>>TheEnumSegmentis an implementation of aSegmentcarrying an enumeration value as payload.classFloatSegmentTheFloatSegmentis an implementation of aSegmentcarrying in float value as payload.classIntSegmentTheIntSegmentis an implementation of aSegmentcarrying an integer value as payload.classLongSegmentTheLongSegmentis an implementation of aSegmentcarrying in long value as payload.classNumberSegmentTheNumberSegmentis an implementation of aSegmentcarrying in long an integer value with a configurable width (in bytes) as payload.classSequenceNumberSegmentConvenience class for theNumberSegmentusingTransmissionMetricssequence number related properties to configure theSequenceNumberSegment(being an accordingly configuredNumberSegment).classShortSegmentTheShortSegmentis an implementation of aSegmentcarrying in short value as payload.
-