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