EDScan_t Struct Reference

This information is provided to enable ZigBee devices to report the condition on local channels to a network manager. The scanned channel list is the report of channels scanned and it is followed by a list of records, one for each channel scanned, each record including one byte of the energy level measured during the scan, or 0xff if there is too much interference on this channel. More...

#include <zdo.h>


Data Fields

uint32_t scannedChannels
 Bit mask of channels scanned by the request.
uint16_t totalTransmissions
 Count of transmissions reported by the device.
uint16_t transmissionsFailures
 Count of transmission failures reported by the device.
uint8_t scannedChannelsListCount
 Number of records contained in the energyValues[] list.
uint8_t energyValues [32]


Detailed Description

This information is provided to enable ZigBee devices to report the condition on local channels to a network manager. The scanned channel list is the report of channels scanned and it is followed by a list of records, one for each channel scanned, each record including one byte of the energy level measured during the scan, or 0xff if there is too much interference on this channel.

Definition at line 266 of file zdo.h.


Field Documentation

uint32_t EDScan_t::scannedChannels

Bit mask of channels scanned by the request.

Definition at line 268 of file zdo.h.

uint16_t EDScan_t::totalTransmissions

Count of transmissions reported by the device.

Definition at line 269 of file zdo.h.

uint16_t EDScan_t::transmissionsFailures

Count of transmission failures reported by the device.

Definition at line 270 of file zdo.h.

uint8_t EDScan_t::scannedChannelsListCount

Number of records contained in the energyValues[] list.

Definition at line 271 of file zdo.h.

uint8_t EDScan_t::energyValues[32]

Definition at line 272 of file zdo.h.


The documentation for this struct was generated from the following file:
Generated on Mon Feb 16 17:53:40 2009 for BitCloud Stack Documentation by  doxygen 1.5.1-p1