RILCONNECTINFO (Compact 2013)
3/26/2014
This structure contains information for a Notification Call Control Constants notification of the type RIL_NOTIFY_CONNECT.
Syntax
typedef struct rilconnectinfo_tag {
DWORD cbSize;
DWORD dwParams;
DWORD dwCallType;
DWORD dwBaudRate;
} RILCONNECTINFO, *LPRILCONNECTINFO;
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 RILCONNECTINFO Parameter Constants.
- dwCallType
Specifies whether a call is a voice or a data call. Must be one of the Call Type Constants.
- dwBaudRate
Baud rate of the new connection. This parameter is only used with data connections.
Remarks
This structure contains information for a RIL_NOTIFY_CONNECT notification when a data/voice connection has been established.
Requirements
Header |
ril.h |
See Also
Reference
RIL Structures
Notification Call Control Constants
RILCONNECTINFO Parameter Constants
Call Type Constants