![]() |
![]() |
![]() |
libnm-glib Reference Manual | ![]() |
---|---|---|---|---|
NMSerialDevice; guint32 nm_serial_device_get_bytes_received (NMSerialDevice *self); guint32 nm_serial_device_get_bytes_sent (NMSerialDevice *self);
GObject +----NMObject +----NMDevice +----NMSerialDevice +----NMGsmDevice +----NMCdmaDevice
guint32 nm_serial_device_get_bytes_received (NMSerialDevice *self);
Gets the amount of bytes received by the serial device. This counter is reset when the device is activated.
|
a NMSerialDevice |
Returns : |
bytes received |
guint32 nm_serial_device_get_bytes_sent (NMSerialDevice *self);
Gets the amount of bytes sent by the serial device. This counter is reset when the device is activated.
|
a NMSerialDevice |
Returns : |
bytes sent |
"ppp-stats"
signalvoid user_function (NMSerialDevice *device, guint in_bytes, guint out_bytes, gpointer user_data) : Run First
Notifies that a NMAccessPoint is added to the wifi device.
|
the serial device that received the signal |
|
the amount of bytes received |
|
the amount of bytes sent |
|
user data set when the signal handler was connected. |