Typedefs | Functions

conicstatisticsevent.h File Reference

ConIcStatisticsEvent class. More...

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

Typedefs

typedef struct
_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.

Detailed Description

ConIcStatisticsEvent class.

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


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.