Uses of Class
org.refcodes.serial.AbstractPayloadSegment
-
Uses of AbstractPayloadSegment in org.refcodes.serial
Modifier and TypeClassDescriptionclass
class
TheAsciizSegment
is an implementation of aSegment
carrying an ASCII encodedString
as payload, terminated by a 0 ("zero") indicating its end.class
TheBooleanSegment
is an implementation of aSegment
carrying in boolean value as value.class
TheByteSegment
is an implementation of aSegment
carrying in byte value as payload.class
TheDoubleSegment
is an implementation of aSegment
carrying in double value as payload.class
EnumSegment<E extends Enum<E>>
TheEnumSegment
is an implementation of aSegment
carrying an enumeration value as payload.class
TheFloatSegment
is an implementation of aSegment
carrying in float value as payload.class
TheIntSegment
is an implementation of aSegment
carrying an integer value as payload.class
TheLongSegment
is an implementation of aSegment
carrying in long value as payload.class
TheNumberSegment
is an implementation of aSegment
carrying an integer value with a configurable width (in bytes) as payload.class
Convenience class for theNumberSegment
usingTransmissionMetrics
sequence number related properties to configure theSequenceNumberSegment
(being an accordingly configuredNumberSegment
).class
TheShortSegment
is an implementation of aSegment
carrying in short value as payload.