Method | Description | |
---|---|---|
AddLogonEntry ( string authMechanism, string userName, string password ) : QStatus | ||
AddMatch ( string rule ) : QStatus | ||
AdvertiseName ( string name, TransportMask transports ) : QStatus | ||
BindSessionPort ( ushort &sessionPort, SessionOpts opts, SessionPortListener listener ) : QStatus | ||
BusAttachment ( string applicationName, bool allowRemoteMessages ) : System | ||
CancelAdvertisedName ( string name, TransportMask transports ) : QStatus | ||
CancelFindAdvertisedName ( string namePrefix ) : QStatus | ||
ClearKeyStore ( ) : void | ||
ClearKeys ( string guid ) : QStatus | ||
Connect ( string connectSpec ) : QStatus | ||
CreateInterface ( string interfaceName, bool secure, InterfaceDescription &iface ) : QStatus | ||
CreateInterfacesFromXml ( string xml ) : QStatus | ||
DeleteInterface ( InterfaceDescription iface ) : QStatus | ||
Disconnect ( string connectSpec ) : QStatus | ||
Dispose ( ) : void | ||
EnablePeerSecurity ( string authMechanisms, AuthListener listener, string keyStoreFileName, bool isShared ) : QStatus | ||
FindAdvertisedName ( string namePrefix ) : QStatus | ||
GetInterface ( string name ) : InterfaceDescription | ||
GetInterfaces ( ) : InterfaceDescription[] | ||
GetKeyExpiration ( string guid, uint &timeout ) : QStatus | ||
GetPeerGuid ( string name, string &guid ) : QStatus | ||
JoinSession ( string sessionHost, ushort sessionPort, SessionListener listener, uint &sessionId, SessionOpts opts ) : QStatus | ||
LeaveSession ( uint sessionId ) : QStatus | ||
NameHasOwner ( string name, bool &hasOwner ) : QStatus | ||
RegisterBusListener ( BusListener listener ) : void | ||
RegisterBusObject ( BusObject obj ) : QStatus | ||
RegisterKeyStoreListener ( KeyStoreListener listener ) : QStatus | ||
ReleaseName ( string requestedName ) : QStatus | ||
ReloadKeyStore ( ) : QStatus | ||
RemoveMatch ( string rule ) : QStatus | ||
RequestName ( string requestedName, DBus flags ) : QStatus | ||
SetDaemonDebug ( string module, uint level ) : QStatus | ||
SetKeyExpiration ( string guid, uint timeout ) : QStatus | ||
SetLinkTimeout ( uint sessionId, uint &linkTimeout ) : QStatus | ||
SetSessionListener ( SessionListener listener, uint sessionId ) : QStatus | ||
Start ( ) : QStatus | ||
Stop ( ) : QStatus | ||
UnbindSessionPort ( ushort sessionPort ) : QStatus | ||
UnregisterBusListener ( BusListener listener ) : void | ||
UnregisterBusObject ( BusObject obj ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
MapBusAttachment ( |
||
alljoyn_busattachment_addlogonentry ( |
||
alljoyn_busattachment_addmatch ( |
||
alljoyn_busattachment_advertisename ( |
||
alljoyn_busattachment_bindsessionport ( |
||
alljoyn_busattachment_canceladvertisename ( |
||
alljoyn_busattachment_cancelfindadvertisedname ( |
||
alljoyn_busattachment_clearkeys ( |
||
alljoyn_busattachment_clearkeystore ( |
||
alljoyn_busattachment_connect ( |
||
alljoyn_busattachment_create ( [ applicationName, int allowRemoteMessages ) : |
||
alljoyn_busattachment_createinterface ( |
||
alljoyn_busattachment_createinterfacesfromxml ( |
||
alljoyn_busattachment_deleteinterface ( |
||
alljoyn_busattachment_destroy ( |
||
alljoyn_busattachment_disconnect ( |
||
alljoyn_busattachment_enablepeersecurity ( |
||
alljoyn_busattachment_findadvertisedname ( |
||
alljoyn_busattachment_getalljoyndebugobj ( |
||
alljoyn_busattachment_getalljoynproxyobj ( |
||
alljoyn_busattachment_getdbusproxyobj ( |
||
alljoyn_busattachment_getglobalguidstring ( |
||
alljoyn_busattachment_getinterface ( |
||
alljoyn_busattachment_getinterfaces ( |
||
alljoyn_busattachment_getkeyexpiration ( |
||
alljoyn_busattachment_getpeerguid ( |
||
alljoyn_busattachment_gettimestamp ( ) : uint | ||
alljoyn_busattachment_getuniquename ( |
||
alljoyn_busattachment_isconnected ( |
||
alljoyn_busattachment_ispeersecurityenabled ( |
||
alljoyn_busattachment_isstarted ( |
||
alljoyn_busattachment_isstopping ( |
||
alljoyn_busattachment_joinsession ( |
||
alljoyn_busattachment_leavesession ( |
||
alljoyn_busattachment_namehasowner ( |
||
alljoyn_busattachment_registerbuslistener ( |
||
alljoyn_busattachment_registerbusobject ( |
||
alljoyn_busattachment_registerkeystorelistener ( |
||
alljoyn_busattachment_releasename ( |
||
alljoyn_busattachment_reloadkeystore ( |
||
alljoyn_busattachment_removematch ( |
||
alljoyn_busattachment_requestname ( |
||
alljoyn_busattachment_setdaemondebug ( |
||
alljoyn_busattachment_setkeyexpiration ( |
||
alljoyn_busattachment_setlinktimeout ( |
||
alljoyn_busattachment_setsessionlistener ( |
||
alljoyn_busattachment_start ( |
||
alljoyn_busattachment_stop ( |
||
alljoyn_busattachment_unbindsessionport ( |
||
alljoyn_busattachment_unregisterbuslistener ( |
||
alljoyn_busattachment_unregisterbusobject ( |
public AddLogonEntry ( string authMechanism, string userName, string password ) : QStatus | ||
authMechanism | string | |
userName | string | |
password | string | |
return | QStatus |
public AdvertiseName ( string name, TransportMask transports ) : QStatus | ||
name | string | |
transports | TransportMask | |
return | QStatus |
public BindSessionPort ( ushort &sessionPort, SessionOpts opts, SessionPortListener listener ) : QStatus | ||
sessionPort | ushort | |
opts | SessionOpts | |
listener | SessionPortListener | |
return | QStatus |
public BusAttachment ( string applicationName, bool allowRemoteMessages ) : System | ||
applicationName | string | |
allowRemoteMessages | bool | |
return | System |
public CancelAdvertisedName ( string name, TransportMask transports ) : QStatus | ||
name | string | |
transports | TransportMask | |
return | QStatus |
public CancelFindAdvertisedName ( string namePrefix ) : QStatus | ||
namePrefix | string | |
return | QStatus |
public Connect ( string connectSpec ) : QStatus | ||
connectSpec | string | |
return | QStatus |
public CreateInterface ( string interfaceName, bool secure, InterfaceDescription &iface ) : QStatus | ||
interfaceName | string | |
secure | bool | |
iface | InterfaceDescription | |
return | QStatus |
public CreateInterfacesFromXml ( string xml ) : QStatus | ||
xml | string | |
return | QStatus |
public DeleteInterface ( InterfaceDescription iface ) : QStatus | ||
iface | InterfaceDescription | |
return | QStatus |
public Disconnect ( string connectSpec ) : QStatus | ||
connectSpec | string | |
return | QStatus |
public EnablePeerSecurity ( string authMechanisms, AuthListener listener, string keyStoreFileName, bool isShared ) : QStatus | ||
authMechanisms | string | |
listener | AuthListener | |
keyStoreFileName | string | |
isShared | bool | |
return | QStatus |
public FindAdvertisedName ( string namePrefix ) : QStatus | ||
namePrefix | string | |
return | QStatus |
public GetInterface ( string name ) : InterfaceDescription | ||
name | string | |
return | InterfaceDescription |
public GetInterfaces ( ) : InterfaceDescription[] | ||
return | InterfaceDescription[] |
public GetKeyExpiration ( string guid, uint &timeout ) : QStatus | ||
guid | string | |
timeout | uint | |
return | QStatus |
public GetPeerGuid ( string name, string &guid ) : QStatus | ||
name | string | |
guid | string | |
return | QStatus |
public JoinSession ( string sessionHost, ushort sessionPort, SessionListener listener, uint &sessionId, SessionOpts opts ) : QStatus | ||
sessionHost | string | |
sessionPort | ushort | |
listener | SessionListener | |
sessionId | uint | |
opts | SessionOpts | |
return | QStatus |
public LeaveSession ( uint sessionId ) : QStatus | ||
sessionId | uint | |
return | QStatus |
public NameHasOwner ( string name, bool &hasOwner ) : QStatus | ||
name | string | |
hasOwner | bool | |
return | QStatus |
public RegisterBusListener ( BusListener listener ) : void | ||
listener | BusListener | |
return | void |
public RegisterBusObject ( BusObject obj ) : QStatus | ||
obj | BusObject | |
return | QStatus |
public RegisterKeyStoreListener ( KeyStoreListener listener ) : QStatus | ||
listener | KeyStoreListener | |
return | QStatus |
public ReleaseName ( string requestedName ) : QStatus | ||
requestedName | string | |
return | QStatus |
public RequestName ( string requestedName, DBus flags ) : QStatus | ||
requestedName | string | |
flags | DBus | |
return | QStatus |
public SetDaemonDebug ( string module, uint level ) : QStatus | ||
module | string | |
level | uint | |
return | QStatus |
public SetKeyExpiration ( string guid, uint timeout ) : QStatus | ||
guid | string | |
timeout | uint | |
return | QStatus |
public SetLinkTimeout ( uint sessionId, uint &linkTimeout ) : QStatus | ||
sessionId | uint | |
linkTimeout | uint | |
return | QStatus |
public SetSessionListener ( SessionListener listener, uint sessionId ) : QStatus | ||
listener | SessionListener | |
sessionId | uint | |
return | QStatus |
public UnbindSessionPort ( ushort sessionPort ) : QStatus | ||
sessionPort | ushort | |
return | QStatus |
public UnregisterBusListener ( BusListener listener ) : void | ||
listener | BusListener | |
return | void |
public UnregisterBusObject ( BusObject obj ) : void | ||
obj | BusObject | |
return | void |