Uses of Enum
org.refcodes.codec.ModemMode
-
Uses of ModemMode in org.refcodes.codec
Methods in org.refcodes.codec that return ModemModeModifier and TypeMethodDescriptionModemMetricsImpl.getModemMode()
Retrieves the Modem-Mode from the Modem-Mode property.ModemModeAccessor.getModemMode()
Retrieves the Modem-Mode from the Modem-Mode property.default ModemMode
ModemModeAccessor.ModemModeProperty.letModemMode
(ModemMode aModemMode) This method stores and passes through the given argument, which is very useful for builder APIs: Sets the givenModemMode
(setter) as ofModemModeAccessor.ModemModeMutator.setModemMode(ModemMode)
and returns the very same value (getter).static ModemMode
Returns the enum constant of this type with the specified name.static ModemMode[]
ModemMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.refcodes.codec with parameters of type ModemModeModifier and TypeMethodDescriptiondefault ModemMode
ModemModeAccessor.ModemModeProperty.letModemMode
(ModemMode aModemMode) This method stores and passes through the given argument, which is very useful for builder APIs: Sets the givenModemMode
(setter) as ofModemModeAccessor.ModemModeMutator.setModemMode(ModemMode)
and returns the very same value (getter).void
ModemModeAccessor.ModemModeMutator.setModemMode
(ModemMode aModemMode) Sets the Modem-Mode for the Modem-Mode property.ModemModeAccessor.ModemModeBuilder.withModemMode
(ModemMode aModemMode) Sets the Modem-Mode for the Modem-Mode property.Constructors in org.refcodes.codec with parameters of type ModemModeModifierConstructorDescriptionModemMetricsImpl
(SampleRate aSampleRate, ModulationFormat aModulationFormat, ChannelSelector aChannelSelector, ModemMode aModemModem, FrequencyThreshold aFrequencyThreshold) Instantiates a new modem metrics impl.