Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
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 RILCAPSERRORCORRECTIONparameter 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