- All Known Subinterfaces:
DemodulatorStatusAccessor.DemodulatorStatusProperty
,ModemDecoder
,ModemDecoder.ModemByteDecoderProvider
,ModemDecoder.ModemShortDecoderProvider
- All Known Implementing Classes:
ModemDecoderImpl
,ModemDecoderImpl.ModemByteDecoderProviderImpl
,ModemDecoderImpl.ModemShortDecoderProviderImpl
public interface DemodulatorStatusAccessor
Provides an accessor for a Demodulator-Status property.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
DemodulatorStatusAccessor.DemodulatorStatusBuilder<B extends DemodulatorStatusAccessor.DemodulatorStatusBuilder<B>>
Provides a builder method for a Demodulator-Status property returning the builder for applying multiple build operations.static interface
Provides a mutator for a Demodulator-Status property.static interface
Provides a Demodulator-Status property. -
Method Summary
Modifier and TypeMethodDescriptionRetrieves the Demodulator-Status from the Demodulator-Status property.
-
Method Details
-
getDemodulatorStatus
DemodulatorStatus getDemodulatorStatus()Retrieves the Demodulator-Status from the Demodulator-Status property.- Returns:
- The Demodulator-Status stored by the Demodulator-Status property.
-