Share via


RILCAPSRLP (Windows Embedded CE 6.0)

1/6/2010

This structure defines the radio link protocol capability of the device.

Syntax

typedef struct {
  DWORD cbSize;
  DWORD dwParams;
  DWORD dwVersion;
  RILRANGE rrIWSRange;
  RILRANGE rrMWSRange;
  RILRANGE rrAckTimerRange;
  RILRANGE rrRetransmissionAttsRange;
  RILRANGE rrReseqPeriodRange;
} RILCAPSRLP;

Members

  • cbSize
    Structure size, in bytes.
  • dwParams
    Specifies valid parameters. Must be one or a combination of the RILCAPSRLP parameter constants.
  • dwVersion
    Specifies the Radio Link Protocol (RLP) version number.
  • rrIWSRange
    InterWorking Function (IWF) to Mobile Station (MS) window size range.
  • rrMWSRange
    MS to IWF window size range.
  • rrAckTimerRange
    Acknowledgement timer range.
  • rrRetransmissionAttsRange
    Retransmission attempts range.
  • rrReseqPeriodRange
    Resequencing period range.

Requirements

Header ril.h
Windows Embedded CE Windows CE .NET 4.2 and later

See Also

Reference

RIL Structures
RIL_GetDevCaps
RILRANGE
RILCAPSRLP Parameter Constants