Uses of Interface
org.refcodes.serial.SequenceNumberWidthAccessor
-
Uses of SequenceNumberWidthAccessor in org.refcodes.serial
Subinterfaces of SequenceNumberWidthAccessor in org.refcodes.serialModifier and TypeInterfaceDescriptionstatic interfaceProvides a sequence number width (in bytes) property.Classes in org.refcodes.serial that implement SequenceNumberWidthAccessorModifier and TypeClassDescriptionclassThePacketInputStreamwraps anInputStreamand chunks any data to be written into packets with a sequence number and a block of data.classThePacketOutputStreamwraps anOutputStreamand chunks any data to be written into packets with a sequence number, a block of data and a CRC checksum.classTheStopAndWaitPacketInputStreamwraps anInputStreamand chunks any data to be written into packets with a sequence number and a block of data.classTheStopAndWaitPacketOutputStreamwraps anOutputStreamand chunks any data to be written into packets with a sequence number, a block of data and a CRC checksum.classTheTransmissionMetricsinterface represents common parameters required when configuring a transmission.