Top |
#define | MBIM_PROXY_SOCKET_PATH |
#define | MBIM_PROXY_N_CLIENTS |
#define | MBIM_PROXY_N_DEVICES |
struct | MbimProxy |
The MbimProxy will setup an abstract socket listening on a predefined address, and will take care of synchronizing the access to a set of shared MBIM ports.
Multiple MbimDevice objects may be connected to the MbimProxy at any given time. The MbimProxy acts as a stateful proxy (all remote MbimDevice objects will need to share the same message sequence).
MbimProxy *
mbim_proxy_new (GError **error
);
Creates a MbimProxy object.
Since: 1.10
guint
mbim_proxy_get_n_clients (MbimProxy *self
);
Get the number of clients currently connected to the proxy.
[skip]
Since: 1.10
#define MBIM_PROXY_SOCKET_PATH "mbim-proxy"
Symbol defining the default abstract socket name where the MbimProxy will listen.
Since: 1.10
#define MBIM_PROXY_N_CLIENTS "mbim-proxy-n-clients"
Symbol defining the “mbim-proxy-n-clients” property.
Since: 1.10
#define MBIM_PROXY_N_DEVICES "mbim-proxy-n-devices"
Symbol defining the “mbim-proxy-n-devices” property.
Since: 1.10