RILCAPSERRORCORRECTION (Compact 2013)
3/26/2014
This structure defines the device error correction capabilities.
Syntax
typedef struct {
DWORD cbSize;
DWORD dwParams;
DWORD dwOriginalRequest;
DWORD dwOriginalFallback;
DWORD dwAnswererFallback;
} RILCAPSERRORCORRECTION, *LPRILCAPSERRORCORRECTION;
Members
- cbSize
The structure size, in bytes.
- dwParams
Indicates which members of the structure contain valid data. Must be one or a combination of the RILCAPSERRORCORRECTION Parameter Constants.
- dwOriginalRequest
Specifies the supported error correction modes for the original request, when the device is the originator.
- dwOriginalFallback
Specifies the supported error correction modes for the fallback request, when the device is the originator.
- dwAnswererFallback
Specifies the supported error correction modes when the device is the answerer.
Remarks
The following list shows the supported error modes:
- RIL_ECMODE_DIRECT
- RIL_ECMODE_BUFFERED
- RIL_ECMODE_NODETECT
- RIL_ECMODE_DETECT
- RIL_ECMODE_ALTERNATIVE
- RIL_ECMODE_OPTIONAL_UNBUFFERED
- RIL_ECMODE_OPTIONAL_USEDIRECT
- RIL_ECMODE_REQUIRED
- RIL_ECMODE_REQUIRED_LAPMONLY
- RIL_ECMODE_REQUIRED_ALTERNATIVEONLY
Requirements
Header |
ril.h |
See Also
Reference
RIL Structures
RIL_GetDevCaps
RILCAPSERRORCORRECTION Parameter Constants
Error Correction Constants