NetSim Source Code Help v14.4
All 13 Components
 
Loading...
Searching...
No Matches
struChannel Struct Reference

#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
 

Detailed Description

Data structure for channel

Definition at line 282 of file Component 4/ZigBee/802_15_4.h.

Field Documentation

◆ dFrequency

double struChannel::dFrequency

Stores the frequency.

Definition at line 287 of file Component 4/ZigBee/802_15_4.h.

◆ nAllocatedDeviceId

int struChannel::nAllocatedDeviceId

Device id to which it is allocated.

Definition at line 291 of file Component 4/ZigBee/802_15_4.h.

◆ nAllocatedDeviceType

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.

◆ nAssociatedDeviceCount

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.

◆ nChannelNumber

int struChannel::nChannelNumber

Stores the channel number.

Definition at line 285 of file Component 4/ZigBee/802_15_4.h.

◆ nChannelStatus

int struChannel::nChannelStatus

Stores channel(IDLE,BUSY etc) status.

Definition at line 289 of file Component 4/ZigBee/802_15_4.h.

◆ nNoOfPacket

int struChannel::nNoOfPacket

Definition at line 296 of file Component 4/ZigBee/802_15_4.h.


The documentation for this struct was generated from the following files: