User's Manual

Table Of Contents
Boomer II User Manual & Integrator’s Guide ______________________________________________ SDK SCRAPI
BM210012WT27 139 Wavenet Technology
BYTE radio_in_range;
WORD radio_channel;
BYTE attribute;
BYTE protocol;
BYTE rssi;
}NCLChanBlock;
#define MAX_GROUP_LLIS 8
#define LLI_BYTE_WIDTH 8
#define NCL_NUM_CHANNELS 64
/* Group LLIs array */
typedef struct NCLGroupLlis
{
BYTE lli[MAX_GROUP_LLIS][LLI_BYTE_WIDTH];
BYTE num;
}NCLGroupLlis;
/* Channel Table */
typedef struct NCLChannelTable
{
WORD channel[NCL_NUM_CHANNELS];
BYTE num;
}NCLChannelTable;
/* Vendor Spesific: Wavenet Get Settings*/
typedef struct NCLWaveSettings {
BYTE LLI[4];
BYTE SerNum[16];
} NCLWaveSettings;
/* Vendor Spesific: Wavenet Get Radio Settings*/
typedef struct NCLWaveRadio {
BYTE rssi[2];
BYTE reserved1;
BYTE reserved2;
BYTE reserved3;
BYTE reserved4;
BYTE reserved5;
BYTE reserved6;
BYTE reserved7;
BYTE reserved8;
BYTE frequency[4];
BYTE channel[2];
BYTE base_id;
} NCLWaveRadio;
/* Vendor Spesific: Wavenet Generic*/
typedef struct NCLWaveGen {
BYTE byte[100];
} NCLWaveGen;
/* NCL status information structure */
typedef union NCLStatus
{
NCLProdId prod_id;
BYTE vendor_id;
NCLVersion sw_version;
NCLRpmId rpm_id;