View source for Org bluez. org bluez service network

From Openmoko

Jump to: navigation, search

You do not have permission to edit this page, for the following reasons:

  • The action you have requested is limited to users in the group: Administrators.
  • You must confirm your email address before editing pages. Please set and validate your email address through your user preferences.

You can view and copy the source of this page:

Return to Org bluez. org bluez service network.

Personal tools

Overview

Bus name: org.bluez
Object name: /org/bluez/service_network
  interface org.bluez.Service
    (arg1:a{sv}) GetInfo()
    (arg1:s) GetIdentifier()
    (arg1:s) GetName()
    (arg1:s) GetDescription()
    (arg1:s) GetBusName()
    () Start()
    () Stop()
    (arg1:b) IsRunning()
    (arg1:b) IsExternal()
    () SetTrusted(arg1:s)
    (arg2:b) IsTrusted(arg1:s)
    () RemoveTrust(arg1:s)
    (arg1:as) ListTrusts()
    Started()
    Stopped()
    TrustAdded(arg1:s)
    TrustRemoved(arg1:s)

Introspect XML

<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<node name="/org/bluez/service_network">
        <interface name="org.bluez.Service">
                <method name="GetInfo">
                        <arg type="a{sv}" direction="out"/>
                </method>
                <method name="GetIdentifier">
                        <arg type="s" direction="out"/>
                </method>
                <method name="GetName">
                        <arg type="s" direction="out"/>
                </method>
                <method name="GetDescription">
                        <arg type="s" direction="out"/>
                </method>
                <method name="GetBusName">
                        <arg type="s" direction="out"/>
                </method>
                <method name="Start"/>
                <method name="Stop"/>
                <method name="IsRunning">
                        <arg type="b" direction="out"/>
                </method>
                <method name="IsExternal">
                        <arg type="b" direction="out"/>
                </method>
                <method name="SetTrusted">
                        <arg type="s" direction="in"/>
                </method>
                <method name="IsTrusted">
                        <arg type="s" direction="in"/>
                        <arg type="b" direction="out"/>
                </method>
                <method name="RemoveTrust">
                        <arg type="s" direction="in"/>
                </method>
                <method name="ListTrusts">
                        <arg type="as" direction="out"/>
                </method>
                <signal name="Started"/>
                <signal name="Stopped"/>
                <signal name="TrustAdded">
                        <arg type="s"/>
                </signal>
                <signal name="TrustRemoved">
                        <arg type="s"/>
                </signal>
        </interface>
</node>