Main Page | Directories | File List | Globals

conicstatisticsevent.h File Reference


Detailed Description

ConIcStatisticsEvent class.

ConIcStatisticsEvent is sent when an application has requested statistics. It's derived from ConIcEvent class.

#include <glib.h>
#include <glib-object.h>

Typedefs

typedef _ConIcStatisticsEvent ConIcStatisticsEvent
 ConIcStatisticsEvent object.

Functions

guint con_ic_statistics_event_get_time_active (ConIcStatisticsEvent *statistics)
 Get the active time from the event.
guint con_ic_statistics_event_get_signal_strength (ConIcStatisticsEvent *statistics)
 Get the signal strength from the event.
guint64 con_ic_statistics_event_get_rx_packets (ConIcStatisticsEvent *statistics)
 Get the number of received packets from the event.
guint64 con_ic_statistics_event_get_tx_packets (ConIcStatisticsEvent *statistics)
 Get the number of transmitted packets from the event.
guint64 con_ic_statistics_event_get_rx_bytes (ConIcStatisticsEvent *statistics)
 Get the received bytes from the event.
guint64 con_ic_statistics_event_get_tx_bytes (ConIcStatisticsEvent *statistics)
 Get the transfered bytes from the event.


Typedef Documentation

typedef struct _ConIcStatisticsEvent ConIcStatisticsEvent
 

ConIcStatisticsEvent object.

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


Function Documentation

guint64 con_ic_statistics_event_get_rx_bytes ConIcStatisticsEvent statistics  ) 
 

Get the received bytes from the event.

Parameters:
statistics ConIcStatisticsEvent object.
Returns:
Received bytes.

guint64 con_ic_statistics_event_get_rx_packets ConIcStatisticsEvent statistics  ) 
 

Get the number of received packets from the event.

Parameters:
statistics ConIcStatisticsEvent object.
Returns:
Received packets.

guint con_ic_statistics_event_get_signal_strength ConIcStatisticsEvent statistics  ) 
 

Get the signal strength from the event.

Parameters:
statistics ConIcStatisticsEvent object.
Returns:
Signal strength.

guint con_ic_statistics_event_get_time_active ConIcStatisticsEvent statistics  ) 
 

Get the active time from the event.

Parameters:
statistics ConIcStatisticsEvent object.
Returns:
Active time.

guint64 con_ic_statistics_event_get_tx_bytes ConIcStatisticsEvent statistics  ) 
 

Get the transfered bytes from the event.

Parameters:
statistics ConIcStatisticsEvent object.
Returns:
Transfered bytes.

guint64 con_ic_statistics_event_get_tx_packets ConIcStatisticsEvent statistics  ) 
 

Get the number of transmitted packets from the event.

Parameters:
statistics ConIcStatisticsEvent object.
Returns:
Transmitted packets.


Generated on Thu Dec 21 15:55:51 2006 for Internet Connectivity API by  doxygen 1.4.2