RILCAPSERRORCORRECTION
A version of this page is also available for
4/8/2010
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
Structure size, in bytes.
- dwParams
Specifies valid parameters. 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 |
Windows Embedded CE | Windows CE .NET 4.2 and later |
See Also
Reference
RIL_GetDevCaps
RILCAPSERRORCORRECTION Parameter Constants
Error Correction Constants