Share via


RILNDISPACKET

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

This structure contains the packet information.

Syntax

typedef struct rilndispacket_tag {
  DWORD dwSize;
  DWORD dwContextID;
  DWORD cBufferCount;
  const RILNDISBUFFER NDISBuffer[1];
} RILNDISPACKET, *LPRILNDISPACKET; 

Members

  • dwSize
    Size of this RILNDISPACKET structure.
  • dwContextID
    GPRS context ID that identifies the Access Point Name (APN) that is associated with this packet. Set to zero (unused) in case of CDMA.
  • 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
Windows Embedded CE Windows CE .NET 4.2 and later

See Also

Other Resources

CellCore