Qmi.Proxy

g GObject.Object GObject.Object Qmi.Proxy Qmi.Proxy GObject.Object->Qmi.Proxy

Subclasses:

None

Methods

Inherited:

GObject.Object (37)

Structs:

GObject.ObjectClass (5)

class

new ()

get_n_clients ()

Virtual Methods

Inherited:

GObject.Object (7)

Properties

Name

Type

Flags

Short Description

qmi-proxy-n-clients

int

r

Number of clients currently connected to the proxy

Signals

Inherited:

GObject.Object (1)

Fields

Inherited:

GObject.Object (1)

Name

Type

Access

Description

parent

GObject.Object

r

Class Details

class Qmi.Proxy(**kwargs)
Bases:

GObject.Object

Abstract:

No

Structure:

Qmi.ProxyClass

The Qmi.Proxy structure contains private data and should only be accessed using the provided API.

New in version 1.8.

classmethod new()
Raises:

GLib.Error

Returns:

A newly created Qmi.Proxy, or None if error is set.

Return type:

Qmi.Proxy

Creates a Qmi.Proxy listening in the default proxy addess.

New in version 1.8.

get_n_clients()
Returns:

a int.

Return type:

int

Get the number of clients currently connected to the proxy.

New in version 1.8.

Property Details

Qmi.Proxy.props.qmi_proxy_n_clients
Name:

qmi-proxy-n-clients

Type:

int

Default Value:

0

Flags:

READABLE

Number of clients currently connected to the proxy

New in version 1.8.