public final class ConsumerIrManager.CarrierFrequencyRange extends Object
Constructor and Description |
---|
CarrierFrequencyRange(int min,
int max)
Create a segment of a carrier frequency range.
|
Modifier and Type | Method and Description |
---|---|
int |
getMaxFrequency()
Get the maximum (inclusive) frequency in this range segment.
|
int |
getMinFrequency()
Get the minimum (inclusive) frequency in this range segment.
|