Uses of Interface
org.refcodes.serial.PacketMagicBytesAccessor
-
Uses of PacketMagicBytesAccessor in org.refcodes.serial
Subinterfaces of PacketMagicBytesAccessor in org.refcodes.serialModifier and TypeInterfaceDescriptionstatic interfaceProvides a packet magic bytes property.Classes in org.refcodes.serial that implement PacketMagicBytesAccessorModifier 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.