public interface ZigBeeFrequencyBand
| Modifier and Type | Method and Description |
|---|---|
boolean |
is2400()
Checks if the radio band is 2.4GHz.
|
boolean |
is868()
Checks if the radio band is 868MHz.
|
boolean |
is915()
Checks if the radio band is 900MHz.
|
boolean is868()
true if and only if the radio is operating in the
frequency band 868 to 868.6 MHz.boolean is915()
true if and only if the radio is operating in the
frequency band 908MHz to 928MHz.boolean is2400()
true if and only if the radio is operating in the
frequency band 2400MHz to 2483MHz.Copyright © Contributors to the Eclipse Foundation Licensed under the Eclipse Foundation Specification License – v1.0