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. |
|
ConIcStatisticsEvent object. The contents of the object is private, to access the object use the functions provided by conicstatisticsevent.h. |
|
Get the received bytes from the event.
|
|
Get the number of received packets from the event.
|
|
Get the signal strength from the event.
|
|
Get the active time from the event.
|
|
Get the transfered bytes from the event.
|
|
Get the number of transmitted packets from the event.
|