RILBEARERSVCINFO
A version of this page is also available for
4/8/2010
This structure defines options related to the data connection bearer service.
Syntax
typedef struct {
DWORD cbSize;
DWORD dwParams;
DWORD dwSpeed;
DWORD dwServiceName;
DWORD dwConnectionElement;
} RILBEARERSVCINFO;
Members
- cbSize
Structure size, in bytes.
- dwParams
Specifies valid parameters. Must be one or a combination of the RILBEARERSVCINFO parameter constants.
- dwSpeed
Specifies the speed of subsequent data calls.
- dwServiceName
Specifies the bearer service to use for subsequent data calls. Must be one of the bearer service constants.
- dwConnectionElement
Specifies the connection element to use for subsequent data calls. Must be one of the bearer service connection elements constants.
Remarks
For constants, the subsequent text indicates the preferred connection element. For instance, means that both transparent and non transparent are supported, but transparent is preferred.
Requirements
Header | ril.h |
Windows Embedded CE | Windows CE .NET 4.2 and later |
See Also
Reference
RIL_GetBearerServiceOptions
RIL_SetBearerServiceOptions
RILBEARERSVCINFO Parameter Constants
Bearer Service Constants
Bearer Service Connection Elements Constants