RILNDISPACKET (Compact 2013)
3/26/2014
This structure contains the packet information.
Syntax
typedef struct rilndispacket_tag {
DWORD dwContextId;
DWORD dwSize;
DWORD cBufferCount;
RILNDISBUFFER NDISBuffer[1];
} RILNDISPACKET, *LPRILNDISPACKET;
Members
- dwContextId
General Packet Radio Service (GPRS) context identifier that identifies the Access Point Name (APN) that is associated with this packet. Set to 0 (zero) (unused) in case of Code Division Multiple Access (CDMA).
- dwSize
Size of the structure, in bytes.
- cBufferCount
Number of buffers that compose the packet.
- NDISBuffer
Array of buffers that compose the packet. The buffers are defined by RILNDISBUFFER.
Requirements
Header |
ril.h |