coniciap.h File Reference


Detailed Description

ConIcIap class.

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().

Note:
More bearer types might be added in the future.


#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 Documentation

typedef struct _ConIcIap ConIcIap

ConIcConnectionEvent object.

The contents of the object is private, to access the object use the functions provided by conicconnectionevent.h.


Function Documentation

const gchar* con_ic_iap_get_bearer_type ( ConIcIap iap  ) 

Returns the bearer type of the IAP as string.

Parameters:
iap ConIcIap object
Returns:
Bearer type of the IAP.

const gchar* con_ic_iap_get_id ( ConIcIap iap  ) 

Returns the ID of the IAP as string.

Parameters:
iap ConIcIap object
Returns:
ID of the IAP.

const gchar* con_ic_iap_get_name ( ConIcIap iap  ) 

Returns the name of the IAP as string.

Parameters:
iap ConIcIap object
Returns:
Name of the IAP.


Generated on Wed Feb 25 11:13:31 2009 for Internet Connectivity API by  doxygen 1.5.1