RILCAPSBEARERSVC (Compact 2013)
3/26/2014
This structure defines the dialing capability of the device.
Syntax
typedef struct rilcapsbearersvc_tag {
DWORD cbSize;
DWORD dwParams;
DWORD dwSpeeds1;
DWORD dwSpeeds2;
DWORD dwServiceNames;
DWORD dwConnectionElements;
} RILCAPSBEARERSVC, *LPRILCAPSBEARERSVC;
Members
- cbSize
Size of the structure, in bytes.
- dwParams
Indicates which members of the structure contain valid data. Must be one or a combination of the RILCAPSBEARERSVC Parameter Constants.
- dwSpeeds1
The first supported speed of the bearer service. Must be one of the Caps Bearer Speed1 Constants.
- dwSpeeds2
The second supported speed of the bearer service. Must be one of the Caps Bearer Speed2 Constants.
- dwServiceNames
Name of the data service. Must be one of the Bearer Service Constants.
- dwConnectionElements
Connection type. Must be one of the Bearer Service Connection Elements Constants.
Requirements
Header |
ril.h |
See Also
Reference
RIL Structures
Bearer Service Constants
Bearer Service Connection Elements Constants
Caps Bearer Speed1 Constants
Caps Bearer Speed2 Constants
RILCAPSBARRINGPWDLENGTH Parameter Constants
RILCAPSBEARERSVC Parameter Constants
RIL_GetDevCaps