Uses of Interface
org.refcodes.codec.ModemDecoder
-
-
Uses of ModemDecoder in org.refcodes.codec
Subinterfaces of ModemDecoder in org.refcodes.codec Modifier and Type Interface Description static interface
ModemDecoder.ModemByteDecoderProvider
TheModemDecoder.ModemByteDecoderProvider
implements theModemDecoder
functionality in terms of aConnectionComponent
.static interface
ModemDecoder.ModemShortDecoderProvider
TheModemDecoder.ModemShortDecoderProvider
implements theModemDecoder
functionality in terms of aConnectionComponent
.Classes in org.refcodes.codec that implement ModemDecoder Modifier and Type Class Description class
ModemDecoderImpl
static class
ModemDecoderImpl.ModemByteDecoderProviderImpl
Vanilla plain implementation of theModemDecoder.ModemByteDecoderProvider
interface to be used withByteProvider
(ByteReceiver
) instances.static class
ModemDecoderImpl.ModemShortDecoderProviderImpl
Vanilla plain implementation of theModemDecoder.ModemByteDecoderProvider
interface to be used withByteProvider
(ByteReceiver
) instances.
-