Interface ZigBeeFrequencyBand
-
public interface ZigBeeFrequencyBand
This interface represents a the frequency band field.- Author:
- $Id: a3d4806f3334003acc006c3fce196608cc201d14 $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
is868
boolean is868()
Checks if the radio band is 868MHz.- Returns:
true
if and only if the radio is operating in the frequency band 868 to 868.6 MHz.
-
is915
boolean is915()
Checks if the radio band is 900MHz.- Returns:
true
if and only if the radio is operating in the frequency band 908MHz to 928MHz.
-
is2400
boolean is2400()
Checks if the radio band is 2.4GHz.- Returns:
true
if and only if the radio is operating in the frequency band 2400MHz to 2483MHz.
-
-