Uses of Interface
org.refcodes.serial.PacketSegmentPackagerAccessor
-
Uses of PacketSegmentPackagerAccessor in org.refcodes.serial
Subinterfaces of PacketSegmentPackagerAccessor in org.refcodes.serialModifier and TypeInterfaceDescriptionstatic interfaceProvides a packetSegmentPackagerproperty.Classes in org.refcodes.serial that implement PacketSegmentPackagerAccessorModifier 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.