Object Hierarchy
GObject
+----MbimProxy
Details
MBIM_PROXY_SOCKET_PATH
#define MBIM_PROXY_SOCKET_PATH "mbim-proxy"
MBIM_PROXY_N_CLIENTS
#define MBIM_PROXY_N_CLIENTS "mbim-proxy-n-clients"
MBIM_PROXY_N_DEVICES
#define MBIM_PROXY_N_DEVICES "mbim-proxy-n-devices"
struct MbimProxy
struct MbimProxy;
mbim_proxy_new ()
MbimProxy * mbim_proxy_new (GError **error
);
mbim_proxy_get_n_clients ()
guint mbim_proxy_get_n_clients (MbimProxy *self
);
Get the number of clients currently connected to the proxy.
mbim_proxy_get_n_devices ()
guint mbim_proxy_get_n_devices (MbimProxy *self
);
Get the number of devices currently connected to the proxy.
Property Details
The "mbim-proxy-n-clients"
property
"mbim-proxy-n-clients" guint : Read
Number of clients currently connected to the proxy.
Default value: 0
The "mbim-proxy-n-devices"
property
"mbim-proxy-n-devices" guint : Read
Number of devices currently managed by the proxy.
Default value: 0