# Print output for @column tags ?>
public
final
class
ConsumerIrManager.CarrierFrequencyRange
extends Object
| java.lang.Object | |
| ↳ | android.hardware.ConsumerIrManager.CarrierFrequencyRange |
Represents a range of carrier frequencies (inclusive) on which the infrared transmitter can transmit
Public constructors | |
|---|---|
CarrierFrequencyRange(int min, int max)
Create a segment of a carrier frequency range. |
|
Public methods | |
|---|---|
int
|
getMaxFrequency()
Get the maximum (inclusive) frequency in this range segment. |
int
|
getMinFrequency()
Get the minimum (inclusive) frequency in this range segment. |
Inherited methods | |
|---|---|
public CarrierFrequencyRange (int min,
int max)
Create a segment of a carrier frequency range.
| Parameters | |
|---|---|
min |
int: The minimum transmittable frequency in this range segment. |
max |
int: The maximum transmittable frequency in this range segment.
|
public int getMaxFrequency ()
Get the maximum (inclusive) frequency in this range segment.
| Returns | |
|---|---|
int |
|
public int getMinFrequency ()
Get the minimum (inclusive) frequency in this range segment.
| Returns | |
|---|---|
int |
|