C# Class DBus.BusObject

Afficher le fichier Open project: brookpatten/dbus-sharp Class Usage Examples

Protected Properties

Свойство Type Description
conn DBus.Connection

Méthodes publiques

Méthode Description
BusObject ( ) : System
BusObject ( DBus.Connection conn, string bus_name, ObjectPath object_path ) : System
GetBusObject ( object instObj ) : BusObject
GetHookupDelegate ( EventInfo ei ) : Delegate
GetObject ( DBus.Connection conn, string bus_name, ObjectPath object_path, Type declType ) : object
Invoke ( MethodBase methodBase, string methodName, object inArgs, object &outArgs, object &retVal, Exception &exception ) : void
SendMethodCall ( string iface, string member, string inSigStr, MessageWriter writer, Type retType, Exception &exception ) : DBus.MessageReader
SendPropertyGet ( string iface, string property ) : object
SendPropertySet ( string iface, string property, object value ) : void
SendSignal ( string iface, string member, string inSigStr, MessageWriter writer, Type retType, Exception &exception ) : void
ToggleSignal ( string iface, string member, Delegate dlg, bool adding ) : void

Method Details

BusObject() public méthode

public BusObject ( ) : System
Résultat System

BusObject() public méthode

public BusObject ( DBus.Connection conn, string bus_name, ObjectPath object_path ) : System
conn DBus.Connection
bus_name string
object_path ObjectPath
Résultat System

GetBusObject() public static méthode

public static GetBusObject ( object instObj ) : BusObject
instObj object
Résultat BusObject

GetHookupDelegate() public méthode

public GetHookupDelegate ( EventInfo ei ) : Delegate
ei System.Reflection.EventInfo
Résultat System.Delegate

GetObject() public static méthode

public static GetObject ( DBus.Connection conn, string bus_name, ObjectPath object_path, Type declType ) : object
conn DBus.Connection
bus_name string
object_path ObjectPath
declType System.Type
Résultat object

Invoke() public méthode

public Invoke ( MethodBase methodBase, string methodName, object inArgs, object &outArgs, object &retVal, Exception &exception ) : void
methodBase System.Reflection.MethodBase
methodName string
inArgs object
outArgs object
retVal object
exception System.Exception
Résultat void

SendMethodCall() public méthode

public SendMethodCall ( string iface, string member, string inSigStr, MessageWriter writer, Type retType, Exception &exception ) : DBus.MessageReader
iface string
member string
inSigStr string
writer MessageWriter
retType System.Type
exception System.Exception
Résultat DBus.MessageReader

SendPropertyGet() public méthode

public SendPropertyGet ( string iface, string property ) : object
iface string
property string
Résultat object

SendPropertySet() public méthode

public SendPropertySet ( string iface, string property, object value ) : void
iface string
property string
value object
Résultat void

SendSignal() public méthode

public SendSignal ( string iface, string member, string inSigStr, MessageWriter writer, Type retType, Exception &exception ) : void
iface string
member string
inSigStr string
writer MessageWriter
retType System.Type
exception System.Exception
Résultat void

ToggleSignal() public méthode

public ToggleSignal ( string iface, string member, Delegate dlg, bool adding ) : void
iface string
member string
dlg System.Delegate
adding bool
Résultat void

Property Details

conn protected_oe property

protected Connection,DBus conn
Résultat DBus.Connection