Constants¶
Details¶
- Mbim.DBUS_ERROR_PREFIX = 'org.freedesktop.libmbim.Error'¶
- Mbim.DEVICE_CONSECUTIVE_TIMEOUTS = 'device-consecutive-timeouts'¶
Symbol defining the
Mbim.Device:device-consecutive-timeoutsproperty.New in version 1.28.
- Mbim.DEVICE_FILE = 'device-file'¶
Symbol defining the
Mbim.Device:device-fileproperty.New in version 1.0.
- Mbim.DEVICE_IN_SESSION = 'device-in-session'¶
Symbol defining the
Mbim.Device:device-in-sessionproperty.New in version 1.4.
- Mbim.DEVICE_SESSION_ID_MAX = 255¶
Symbol defining the maximum supported session id.
New in version 1.26.
- Mbim.DEVICE_SESSION_ID_MIN = 0¶
Symbol defining the minimum supported session id..
New in version 1.26.
- Mbim.DEVICE_SIGNAL_ERROR = 'device-error'¶
Symbol defining the
Mbim.Device::device-errorsignal.New in version 1.0.
- Mbim.DEVICE_SIGNAL_INDICATE_STATUS = 'device-indicate-status'¶
Symbol defining the
Mbim.Device::device-indicate-statussignal.New in version 1.0.
- Mbim.DEVICE_SIGNAL_REMOVED = 'device-removed'¶
Symbol defining the
Mbim.Device::device-removedsignal.New in version 1.10.
- Mbim.DEVICE_TRANSACTION_ID = 'device-transaction-id'¶
Symbol defining the
Mbim.Device:device-transaction-idproperty.New in version 1.2.
- Mbim.MAJOR_VERSION = 1¶
Evaluates to the major version number of libmbim-glib which this source is compiled against.
New in version 1.2.
- Mbim.MICRO_VERSION = 0¶
Evaluates to the micro version number of libmbim-glib which this source compiled against.
New in version 1.2.
- Mbim.MINOR_VERSION = 32¶
Evaluates to the minor version number of libmbim-glib which this source is compiled against.
New in version 1.2.
- Mbim.PROXY_N_CLIENTS = 'mbim-proxy-n-clients'¶
Symbol defining the
Mbim.Proxy:mbim-proxy-n-clientsproperty.New in version 1.10.
- Mbim.PROXY_N_DEVICES = 'mbim-proxy-n-devices'¶
Symbol defining the
Mbim.Proxy:mbim-proxy-n-devicesproperty.New in version 1.10.
- Mbim.PROXY_SOCKET_PATH = 'mbim-proxy'¶
Symbol defining the default abstract socket name where the
Mbim.Proxywill listen.New in version 1.10.