\hypertarget{conicstatisticsevent_8h}{
\section{conicstatisticsevent.h File Reference}
\label{conicstatisticsevent_8h}\index{conicstatisticsevent.h@{conicstatisticsevent.h}}
}


\subsection{Detailed Description}
Con\-Ic\-Statistics\-Event class. 

Con\-Ic\-Statistics\-Event is sent when an application has requested statistics. It's derived from Con\-Ic\-Event class. 

{\tt \#include $<$glib.h$>$}\par
{\tt \#include $<$glib-object.h$>$}\par
\subsection*{Typedefs}
\begin{CompactItemize}
\item 
typedef \_\-Con\-Ic\-Statistics\-Event \hyperlink{conicstatisticsevent_8h_5d2d3e4bff3788b119004f6badeff993}{Con\-Ic\-Statistics\-Event}
\begin{CompactList}\small\item\em Con\-Ic\-Statistics\-Event object. \item\end{CompactList}\end{CompactItemize}
\subsection*{Functions}
\begin{CompactItemize}
\item 
guint \hyperlink{conicstatisticsevent_8h_7024ae47784c13f0be41b381f03334ea}{con\_\-ic\_\-statistics\_\-event\_\-get\_\-time\_\-active} (\hyperlink{conicstatisticsevent_8h_5d2d3e4bff3788b119004f6badeff993}{Con\-Ic\-Statistics\-Event} $\ast$statistics)
\begin{CompactList}\small\item\em Get the active time from the event. \item\end{CompactList}\item 
guint \hyperlink{conicstatisticsevent_8h_9f7c51a04d7cdd5def27f2abf16d804b}{con\_\-ic\_\-statistics\_\-event\_\-get\_\-signal\_\-strength} (\hyperlink{conicstatisticsevent_8h_5d2d3e4bff3788b119004f6badeff993}{Con\-Ic\-Statistics\-Event} $\ast$statistics)
\begin{CompactList}\small\item\em Get the signal strength from the event. \item\end{CompactList}\item 
guint64 \hyperlink{conicstatisticsevent_8h_79b634724304eabfcc8e1cf7393a40a2}{con\_\-ic\_\-statistics\_\-event\_\-get\_\-rx\_\-packets} (\hyperlink{conicstatisticsevent_8h_5d2d3e4bff3788b119004f6badeff993}{Con\-Ic\-Statistics\-Event} $\ast$statistics)
\begin{CompactList}\small\item\em Get the number of received packets from the event. \item\end{CompactList}\item 
guint64 \hyperlink{conicstatisticsevent_8h_0a66a192d4048e83d17a4e83efe77c64}{con\_\-ic\_\-statistics\_\-event\_\-get\_\-tx\_\-packets} (\hyperlink{conicstatisticsevent_8h_5d2d3e4bff3788b119004f6badeff993}{Con\-Ic\-Statistics\-Event} $\ast$statistics)
\begin{CompactList}\small\item\em Get the number of transmitted packets from the event. \item\end{CompactList}\item 
guint64 \hyperlink{conicstatisticsevent_8h_cfc6fc1f64b2dd8a3900a16dcaacc3a1}{con\_\-ic\_\-statistics\_\-event\_\-get\_\-rx\_\-bytes} (\hyperlink{conicstatisticsevent_8h_5d2d3e4bff3788b119004f6badeff993}{Con\-Ic\-Statistics\-Event} $\ast$statistics)
\begin{CompactList}\small\item\em Get the received bytes from the event. \item\end{CompactList}\item 
guint64 \hyperlink{conicstatisticsevent_8h_757ae431066134d940345aa2343a7c31}{con\_\-ic\_\-statistics\_\-event\_\-get\_\-tx\_\-bytes} (\hyperlink{conicstatisticsevent_8h_5d2d3e4bff3788b119004f6badeff993}{Con\-Ic\-Statistics\-Event} $\ast$statistics)
\begin{CompactList}\small\item\em Get the transfered bytes from the event. \item\end{CompactList}\end{CompactItemize}


\subsection{Typedef Documentation}
\hypertarget{conicstatisticsevent_8h_5d2d3e4bff3788b119004f6badeff993}{
\index{conicstatisticsevent.h@{conicstatisticsevent.h}!ConIcStatisticsEvent@{ConIcStatisticsEvent}}
\index{ConIcStatisticsEvent@{ConIcStatisticsEvent}!conicstatisticsevent.h@{conicstatisticsevent.h}}
\subsubsection[ConIcStatisticsEvent]{\setlength{\rightskip}{0pt plus 5cm}typedef struct \_\-Con\-Ic\-Statistics\-Event \hyperlink{conicstatisticsevent_8h_5d2d3e4bff3788b119004f6badeff993}{Con\-Ic\-Statistics\-Event}}}
\label{conicstatisticsevent_8h_5d2d3e4bff3788b119004f6badeff993}


Con\-Ic\-Statistics\-Event object. 

The contents of the object is private, to access the object use the functions provided by \hyperlink{conicstatisticsevent_8h}{conicstatisticsevent.h}. 

\subsection{Function Documentation}
\hypertarget{conicstatisticsevent_8h_cfc6fc1f64b2dd8a3900a16dcaacc3a1}{
\index{conicstatisticsevent.h@{conicstatisticsevent.h}!con_ic_statistics_event_get_rx_bytes@{con\_\-ic\_\-statistics\_\-event\_\-get\_\-rx\_\-bytes}}
\index{con_ic_statistics_event_get_rx_bytes@{con\_\-ic\_\-statistics\_\-event\_\-get\_\-rx\_\-bytes}!conicstatisticsevent.h@{conicstatisticsevent.h}}
\subsubsection[con\_\-ic\_\-statistics\_\-event\_\-get\_\-rx\_\-bytes]{\setlength{\rightskip}{0pt plus 5cm}guint64 con\_\-ic\_\-statistics\_\-event\_\-get\_\-rx\_\-bytes (\hyperlink{conicstatisticsevent_8h_5d2d3e4bff3788b119004f6badeff993}{Con\-Ic\-Statistics\-Event} $\ast$ {\em statistics})}}
\label{conicstatisticsevent_8h_cfc6fc1f64b2dd8a3900a16dcaacc3a1}


Get the received bytes from the event. 

\begin{Desc}
\item[Parameters:]
\begin{description}
\item[{\em statistics}]Con\-Ic\-Statistics\-Event object. \end{description}
\end{Desc}
\begin{Desc}
\item[Returns:]Received bytes. \end{Desc}
\hypertarget{conicstatisticsevent_8h_79b634724304eabfcc8e1cf7393a40a2}{
\index{conicstatisticsevent.h@{conicstatisticsevent.h}!con_ic_statistics_event_get_rx_packets@{con\_\-ic\_\-statistics\_\-event\_\-get\_\-rx\_\-packets}}
\index{con_ic_statistics_event_get_rx_packets@{con\_\-ic\_\-statistics\_\-event\_\-get\_\-rx\_\-packets}!conicstatisticsevent.h@{conicstatisticsevent.h}}
\subsubsection[con\_\-ic\_\-statistics\_\-event\_\-get\_\-rx\_\-packets]{\setlength{\rightskip}{0pt plus 5cm}guint64 con\_\-ic\_\-statistics\_\-event\_\-get\_\-rx\_\-packets (\hyperlink{conicstatisticsevent_8h_5d2d3e4bff3788b119004f6badeff993}{Con\-Ic\-Statistics\-Event} $\ast$ {\em statistics})}}
\label{conicstatisticsevent_8h_79b634724304eabfcc8e1cf7393a40a2}


Get the number of received packets from the event. 

\begin{Desc}
\item[Parameters:]
\begin{description}
\item[{\em statistics}]Con\-Ic\-Statistics\-Event object. \end{description}
\end{Desc}
\begin{Desc}
\item[Returns:]Received packets. \end{Desc}
\hypertarget{conicstatisticsevent_8h_9f7c51a04d7cdd5def27f2abf16d804b}{
\index{conicstatisticsevent.h@{conicstatisticsevent.h}!con_ic_statistics_event_get_signal_strength@{con\_\-ic\_\-statistics\_\-event\_\-get\_\-signal\_\-strength}}
\index{con_ic_statistics_event_get_signal_strength@{con\_\-ic\_\-statistics\_\-event\_\-get\_\-signal\_\-strength}!conicstatisticsevent.h@{conicstatisticsevent.h}}
\subsubsection[con\_\-ic\_\-statistics\_\-event\_\-get\_\-signal\_\-strength]{\setlength{\rightskip}{0pt plus 5cm}guint con\_\-ic\_\-statistics\_\-event\_\-get\_\-signal\_\-strength (\hyperlink{conicstatisticsevent_8h_5d2d3e4bff3788b119004f6badeff993}{Con\-Ic\-Statistics\-Event} $\ast$ {\em statistics})}}
\label{conicstatisticsevent_8h_9f7c51a04d7cdd5def27f2abf16d804b}


Get the signal strength from the event. 

\begin{Desc}
\item[Parameters:]
\begin{description}
\item[{\em statistics}]Con\-Ic\-Statistics\-Event object. \end{description}
\end{Desc}
\begin{Desc}
\item[Returns:]Signal strength. \end{Desc}
\hypertarget{conicstatisticsevent_8h_7024ae47784c13f0be41b381f03334ea}{
\index{conicstatisticsevent.h@{conicstatisticsevent.h}!con_ic_statistics_event_get_time_active@{con\_\-ic\_\-statistics\_\-event\_\-get\_\-time\_\-active}}
\index{con_ic_statistics_event_get_time_active@{con\_\-ic\_\-statistics\_\-event\_\-get\_\-time\_\-active}!conicstatisticsevent.h@{conicstatisticsevent.h}}
\subsubsection[con\_\-ic\_\-statistics\_\-event\_\-get\_\-time\_\-active]{\setlength{\rightskip}{0pt plus 5cm}guint con\_\-ic\_\-statistics\_\-event\_\-get\_\-time\_\-active (\hyperlink{conicstatisticsevent_8h_5d2d3e4bff3788b119004f6badeff993}{Con\-Ic\-Statistics\-Event} $\ast$ {\em statistics})}}
\label{conicstatisticsevent_8h_7024ae47784c13f0be41b381f03334ea}


Get the active time from the event. 

\begin{Desc}
\item[Parameters:]
\begin{description}
\item[{\em statistics}]Con\-Ic\-Statistics\-Event object. \end{description}
\end{Desc}
\begin{Desc}
\item[Returns:]Active time. \end{Desc}
\hypertarget{conicstatisticsevent_8h_757ae431066134d940345aa2343a7c31}{
\index{conicstatisticsevent.h@{conicstatisticsevent.h}!con_ic_statistics_event_get_tx_bytes@{con\_\-ic\_\-statistics\_\-event\_\-get\_\-tx\_\-bytes}}
\index{con_ic_statistics_event_get_tx_bytes@{con\_\-ic\_\-statistics\_\-event\_\-get\_\-tx\_\-bytes}!conicstatisticsevent.h@{conicstatisticsevent.h}}
\subsubsection[con\_\-ic\_\-statistics\_\-event\_\-get\_\-tx\_\-bytes]{\setlength{\rightskip}{0pt plus 5cm}guint64 con\_\-ic\_\-statistics\_\-event\_\-get\_\-tx\_\-bytes (\hyperlink{conicstatisticsevent_8h_5d2d3e4bff3788b119004f6badeff993}{Con\-Ic\-Statistics\-Event} $\ast$ {\em statistics})}}
\label{conicstatisticsevent_8h_757ae431066134d940345aa2343a7c31}


Get the transfered bytes from the event. 

\begin{Desc}
\item[Parameters:]
\begin{description}
\item[{\em statistics}]Con\-Ic\-Statistics\-Event object. \end{description}
\end{Desc}
\begin{Desc}
\item[Returns:]Transfered bytes. \end{Desc}
\hypertarget{conicstatisticsevent_8h_0a66a192d4048e83d17a4e83efe77c64}{
\index{conicstatisticsevent.h@{conicstatisticsevent.h}!con_ic_statistics_event_get_tx_packets@{con\_\-ic\_\-statistics\_\-event\_\-get\_\-tx\_\-packets}}
\index{con_ic_statistics_event_get_tx_packets@{con\_\-ic\_\-statistics\_\-event\_\-get\_\-tx\_\-packets}!conicstatisticsevent.h@{conicstatisticsevent.h}}
\subsubsection[con\_\-ic\_\-statistics\_\-event\_\-get\_\-tx\_\-packets]{\setlength{\rightskip}{0pt plus 5cm}guint64 con\_\-ic\_\-statistics\_\-event\_\-get\_\-tx\_\-packets (\hyperlink{conicstatisticsevent_8h_5d2d3e4bff3788b119004f6badeff993}{Con\-Ic\-Statistics\-Event} $\ast$ {\em statistics})}}
\label{conicstatisticsevent_8h_0a66a192d4048e83d17a4e83efe77c64}


Get the number of transmitted packets from the event. 

\begin{Desc}
\item[Parameters:]
\begin{description}
\item[{\em statistics}]Con\-Ic\-Statistics\-Event object. \end{description}
\end{Desc}
\begin{Desc}
\item[Returns:]Transmitted packets. \end{Desc}
