ConIcIap class is for access IAPs.
#include <glib.h>
#include <glib-object.h>
Defines | |
Bearers | |
The bearer types returned by con_ic_iap_get_bearer_type() and con_ic_event_get_bearer_type().
| |
#define | CON_IC_BEARER_WLAN_INFRA "WLAN_INFRA" |
WLAN infrastructure mode. | |
#define | CON_IC_BEARER_WLAN_ADHOC "WLAN_ADHOC" |
WLAN Ad-Hoc mode. | |
#define | CON_IC_BEARER_DUN_GSM_CS "DUN_GSM_CS" |
Bluetooth Dial-up Networking profile using GSM circuit-switched. | |
#define | CON_IC_BEARER_DUN_GSM_PS "DUN_GSM_PS" |
Bluetooth Dial-up Networking profile using GSM packet-switched. | |
Typedefs | |
typedef _ConIcIap | ConIcIap |
ConIcConnectionEvent object. | |
Functions | |
const gchar * | con_ic_iap_get_name (ConIcIap *iap) |
Returns the name of the IAP as string. | |
const gchar * | con_ic_iap_get_id (ConIcIap *iap) |
Returns the ID of the IAP as string. | |
const gchar * | con_ic_iap_get_bearer_type (ConIcIap *iap) |
Returns the bearer type of the IAP as string. |
typedef struct _ConIcIap ConIcIap |
ConIcConnectionEvent object.
The contents of the object is private, to access the object use the functions provided by conicconnectionevent.h.
const gchar* con_ic_iap_get_bearer_type | ( | ConIcIap * | iap | ) |
Returns the bearer type of the IAP as string.
iap | ConIcIap object |
const gchar* con_ic_iap_get_id | ( | ConIcIap * | iap | ) |
Returns the ID of the IAP as string.
iap | ConIcIap object |
const gchar* con_ic_iap_get_name | ( | ConIcIap * | iap | ) |
Returns the name of the IAP as string.
iap | ConIcIap object |