Interface ZigBeeFrequencyBand
public interface ZigBeeFrequencyBand
This interface represents a the frequency band field.
- "Consumers of this API must not implement this interface"
-
Method Summary
-
Method Details
-
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.
-