RILCAPSRLP
A version of this page is also available for
4/8/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 |