![]() |
![]() |
![]() |
libmm-glib Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
struct MMBearerStats; guint mm_bearer_stats_get_duration (MMBearerStats *self
); guint64 mm_bearer_stats_get_rx_bytes (MMBearerStats *self
); guint64 mm_bearer_stats_get_tx_bytes (MMBearerStats *self
);
The MMBearerStats is an object handling the statistics reported by the bearer object during a connection.
This object is retrieved with either mm_bearer_get_stats()
or
mm_bearer_peek_stats()
.
struct MMBearerStats { };
The MMBearerStats structure contains private data and should only be accessed using the provided API.
guint mm_bearer_stats_get_duration (MMBearerStats *self
);
Gets the duration of the current connection, in seconds.
|
a MMBearerStats. |
Returns : |
a guint. |
guint64 mm_bearer_stats_get_rx_bytes (MMBearerStats *self
);
Gets the number of bytes received without error in the connection.
|
a MMBearerStats. |
Returns : |
a guint64. |
guint64 mm_bearer_stats_get_tx_bytes (MMBearerStats *self
);
Gets the number of bytes transmitted without error in the connection.
|
a MMBearerStats. |
Returns : |
a guint64. |