- 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
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceDemodulatorStatusAccessor.DemodulatorStatusBuilder<B extends DemodulatorStatusAccessor.DemodulatorStatusBuilder<B>>Provides a builder method for a Demodulator-Status property returning the builder for applying multiple build operations.static interfaceProvides a mutator for a Demodulator-Status property.static interfaceProvides 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.
-