Z-Wave Protocol Controller Reference
zwave_rf_region.h File Reference
#include <stdbool.h>
Include dependency graph for zwave_rf_region.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

zwapi_rf_region_t

These definitions represent possible rf settings for the Z-Wave module RF region values used with zwapi_set_rf_region() and zwapi_get_rf_region()

enum  zwave_rf_region_t {
  ZWAVE_RF_REGION_EU = 0x00 , ZWAVE_RF_REGION_US = 0x01 , ZWAVE_RF_REGION_ANZ = 0x02 , ZWAVE_RF_REGION_HK = 0x03 ,
  ZWAVE_RF_REGION_IN = 0x05 , ZWAVE_RF_REGION_IL = 0x06 , ZWAVE_RF_REGION_RU = 0x07 , ZWAVE_RF_REGION_CN = 0x08 ,
  ZWAVE_RF_REGION_US_LR = 0x09 , ZWAVE_RF_REGION_EU_LR = 0x0B , ZWAVE_RF_REGION_JP = 0x20 , ZWAVE_RF_REGION_KR = 0x21 ,
  ZWAVE_RF_REGION_UNDEFINED = 0xFE
}
 

Functions

static bool IS_RF_REGION_LR (zwave_rf_region_t rf_region)