java.lang.Object | |
↳ | android.hardware.ConsumerIrManager.CarrierFrequencyRange |
Represents a range of carrier frequencies (inclusive) on which the infrared transmitter can transmit
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
Create a segment of a carrier frequency range.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
Get the maximum (inclusive) frequency in this range segment.
|
||||||||||
|
Get the minimum (inclusive) frequency in this range segment.
|
[Expand]
Inherited Methods
|
|||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Create a segment of a carrier frequency range.
min | The minimum transmittable frequency in this range segment. |
---|---|
max | The maximum transmittable frequency in this range segment. |
Get the maximum (inclusive) frequency in this range segment.
Get the minimum (inclusive) frequency in this range segment.