#include <802_15_4.h>
Data Fields | |
| int | nChannelNumber |
| Stores the channel number. | |
| double | dFrequency |
| Stores the frequency. | |
| int | nChannelStatus |
| Stores channel(IDLE,BUSY etc) status. | |
| int | nAllocatedDeviceId |
| Device id to which it is allocated. | |
| int | nAllocatedDeviceType |
| Type of the device to which it is allocated. | |
| int | nAssociatedDeviceCount |
| Count of the devices those have been assigned to the channel. | |
| int | nNoOfPacket |
Data structure for channel
Definition at line 282 of file Component 4/ZigBee/802_15_4.h.
| double struChannel::dFrequency |
Stores the frequency.
Definition at line 287 of file Component 4/ZigBee/802_15_4.h.
| int struChannel::nAllocatedDeviceId |
Device id to which it is allocated.
Definition at line 291 of file Component 4/ZigBee/802_15_4.h.
| int struChannel::nAllocatedDeviceType |
Type of the device to which it is allocated.
Definition at line 293 of file Component 4/ZigBee/802_15_4.h.
| int struChannel::nAssociatedDeviceCount |
Count of the devices those have been assigned to the channel.
Definition at line 295 of file Component 4/ZigBee/802_15_4.h.
| int struChannel::nChannelNumber |
Stores the channel number.
Definition at line 285 of file Component 4/ZigBee/802_15_4.h.
| int struChannel::nChannelStatus |
Stores channel(IDLE,BUSY etc) status.
Definition at line 289 of file Component 4/ZigBee/802_15_4.h.
| int struChannel::nNoOfPacket |
Definition at line 296 of file Component 4/ZigBee/802_15_4.h.