RILCAPSRLP (Compact 2013)
3/26/2014
This structure defines the radio link protocol capability of the device.
Syntax
typedef struct rilcapsrlp_tag {
DWORD cbSize;
DWORD dwParams;
DWORD dwVersion;
RILRANGE rrIWSRange;
RILRANGE rrMWSRange;
RILRANGE rrAckTimerRange;
RILRANGE rrRetransmissionAttsRange;
RILRANGE rrReseqPeriodRange;
} RILCAPSRLP, *LPRILCAPSRLP;
Members
- cbSize
Size of structure, in bytes.
- dwParams
Indicates which members of the structure contain valid data. Must be one or a combination of the RILCAPSRLP Parameter Constants.
- dwVersion
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 |
See Also
Reference
RIL Structures
RIL_GetDevCaps
RILRANGE
RILCAPSRLP Parameter Constants