Property | Type | Description | |
---|---|---|---|
_ObjectRegistered | void | ||
_ObjectUnregistered | void | ||
_PropertyGet | void | ||
_PropertySet | void | ||
alljoyn_busobject_addinterface | int | ||
alljoyn_busobject_addmethodhandlers | int | ||
alljoyn_busobject_create | |||
alljoyn_busobject_destroy | |||
alljoyn_busobject_getname | |||
alljoyn_busobject_getpath | |||
alljoyn_busobject_methodreply_args | int | ||
alljoyn_busobject_methodreply_err | int | ||
alljoyn_busobject_methodreply_status | int |
Method | Description | |
---|---|---|
AddInterface ( InterfaceDescription iface ) : QStatus | ||
AddMethodHandler ( InterfaceDescription member, MethodHandler handler ) : QStatus | ||
BusObject ( BusAttachment bus, string path, bool isPlaceholder ) : System | ||
Dispose ( ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void | ||
MethodReply ( Message message, MsgArgs args ) : QStatus | ||
MethodReply ( Message message, QStatus status ) : QStatus | ||
MethodReply ( Message message, string error, string errorMessage ) : QStatus | ||
OnObjectRegistered ( ) : void | ||
OnObjectUnregistered ( ) : void | ||
OnPropertyGet ( string ifcName, string propName, MsgArg val ) : void | ||
OnPropertySet ( string ifcName, string propName, MsgArg val ) : void |
Method | Description | |
---|---|---|
_ObjectRegistered ( |
||
_ObjectUnregistered ( |
||
_PropertyGet ( |
||
_PropertySet ( |
||
alljoyn_busobject_addinterface ( |
||
alljoyn_busobject_addmethodhandlers ( |
||
alljoyn_busobject_create ( |
||
alljoyn_busobject_destroy ( |
||
alljoyn_busobject_getname ( |
||
alljoyn_busobject_getpath ( |
||
alljoyn_busobject_methodreply_args ( |
||
alljoyn_busobject_methodreply_err ( |
||
alljoyn_busobject_methodreply_status ( |
public AddInterface ( InterfaceDescription iface ) : QStatus | ||
iface | InterfaceDescription | |
return | QStatus |
public AddMethodHandler ( InterfaceDescription member, MethodHandler handler ) : QStatus | ||
member | InterfaceDescription | |
handler | MethodHandler | |
return | QStatus |
public BusObject ( BusAttachment bus, string path, bool isPlaceholder ) : System | ||
bus | BusAttachment | |
path | string | |
isPlaceholder | bool | |
return | System |
protected MethodReply ( Message message, MsgArgs args ) : QStatus | ||
message | Message | |
args | MsgArgs | |
return | QStatus |
protected MethodReply ( Message message, QStatus status ) : QStatus | ||
message | Message | |
status | QStatus | |
return | QStatus |
protected MethodReply ( Message message, string error, string errorMessage ) : QStatus | ||
message | Message | |
error | string | |
errorMessage | string | |
return | QStatus |
protected OnPropertyGet ( string ifcName, string propName, MsgArg val ) : void | ||
ifcName | string | |
propName | string | |
val | MsgArg | |
return | void |
protected OnPropertySet ( string ifcName, string propName, MsgArg val ) : void | ||
ifcName | string | |
propName | string | |
val | MsgArg | |
return | void |