Property | Type | Description | |
---|---|---|---|
conn | DBus.Connection |
Method | Description | |
---|---|---|
BusObject ( ) : System | ||
BusObject ( DBus.Connection conn, string bus_name, ObjectPath object_path ) : System | ||
GetBusObject ( object instObj ) : |
||
GetHookupDelegate ( |
||
GetObject ( DBus.Connection conn, string bus_name, ObjectPath object_path, |
||
Invoke ( |
||
SendMethodCall ( string iface, string member, string inSigStr, MessageWriter writer, |
||
SendPropertyGet ( string iface, string property ) : object | ||
SendPropertySet ( string iface, string property, object value ) : void | ||
SendSignal ( string iface, string member, string inSigStr, MessageWriter writer, |
||
ToggleSignal ( string iface, string member, |
public BusObject ( DBus.Connection conn, string bus_name, ObjectPath object_path ) : System | ||
conn | DBus.Connection | |
bus_name | string | |
object_path | ObjectPath | |
return | System |
public static GetBusObject ( object instObj ) : |
||
instObj | object | |
return |
public GetHookupDelegate ( |
||
ei | ||
return |
public static GetObject ( DBus.Connection conn, string bus_name, ObjectPath object_path, |
||
conn | DBus.Connection | |
bus_name | string | |
object_path | ObjectPath | |
declType | ||
return | object |
public Invoke ( |
||
methodBase | ||
methodName | string | |
inArgs | object | |
outArgs | object | |
retVal | object | |
exception | ||
return | void |
public SendMethodCall ( string iface, string member, string inSigStr, MessageWriter writer, |
||
iface | string | |
member | string | |
inSigStr | string | |
writer | MessageWriter | |
retType | ||
exception | ||
return | DBus.MessageReader |
public SendPropertyGet ( string iface, string property ) : object | ||
iface | string | |
property | string | |
return | object |
public SendPropertySet ( string iface, string property, object value ) : void | ||
iface | string | |
property | string | |
value | object | |
return | void |
public SendSignal ( string iface, string member, string inSigStr, MessageWriter writer, |
||
iface | string | |
member | string | |
inSigStr | string | |
writer | MessageWriter | |
retType | ||
exception | ||
return | void |
public ToggleSignal ( string iface, string member, |
||
iface | string | |
member | string | |
dlg | ||
adding | bool | |
return | void |