MbimProxy

MbimProxy

Synopsis

#define             MBIM_PROXY_SOCKET_PATH
#define             MBIM_PROXY_N_CLIENTS
#define             MBIM_PROXY_N_DEVICES
struct              MbimProxy;
MbimProxy *         mbim_proxy_new                      (GError **error);
guint               mbim_proxy_get_n_clients            (MbimProxy *self);
guint               mbim_proxy_get_n_devices            (MbimProxy *self);

Object Hierarchy

  GObject
   +----MbimProxy

Properties

  "mbim-proxy-n-clients"     guint                 : Read
  "mbim-proxy-n-devices"     guint                 : Read

Description

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.

self :

a MbimProxy.

Returns :

a guint.

mbim_proxy_get_n_devices ()

guint               mbim_proxy_get_n_devices            (MbimProxy *self);

Get the number of devices currently connected to the proxy.

self :

a MbimProxy.

Returns :

a guint.

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