RILBEARERSVCINFO (Compact 2013)
3/26/2014
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, *LPRILBEARERSVCINFO;
Members
- cbSize
The 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 (transparent or nontransparent) to use for subsequent data calls. Must be one of the Bearer Service Connection Elements Constants.
Requirements
Header |
ril.h |
See Also
Reference
RIL Structures
RIL_GetBearerServiceOptions
RIL_SetBearerServiceOptions
RILBEARERSVCINFO Parameter Constants
Bearer Service Constants
Bearer Service Connection Elements Constants