#include <Cellular.h>

Data Fields | |
| unsigned int | nTimeSlot |
| NETSIM_ID | nApplicationId |
| unsigned int | isLast |
| unsigned int | nId |
| NetSim_PACKET * | originalPacket |
| void * | controlData |
Data structure for cellular packet
Definition at line 259 of file Cellular.h.
| void* stru_Cellular_Packet::controlData |
Definition at line 269 of file Cellular.h.
| unsigned int stru_Cellular_Packet::isLast |
Definition at line 265 of file Cellular.h.
| NETSIM_ID stru_Cellular_Packet::nApplicationId |
Definition at line 263 of file Cellular.h.
| unsigned int stru_Cellular_Packet::nId |
Definition at line 266 of file Cellular.h.
| unsigned int stru_Cellular_Packet::nTimeSlot |
Definition at line 261 of file Cellular.h.
| NetSim_PACKET* stru_Cellular_Packet::originalPacket |
Definition at line 267 of file Cellular.h.