Public symbols in msajapi.dll (10.0.10586.0-Windows 10 1511 10586.494) on x86_64
Total: 445
aboutdata.h,
msajapi.dll
alljoyn_aboutdata_create ( char const* defaultLanguage )
alljoyn_aboutdata_create_empty ( )
alljoyn_aboutdata_create_full ( alljoyn_msgarg const arg, char const* language )
alljoyn_aboutdata_createfrommsgarg ( alljoyn_aboutdata data, alljoyn_msgarg const arg, char const* language )
alljoyn_aboutdata_destroy ( alljoyn_aboutdata data )
alljoyn_aboutdata_getaboutdata ( alljoyn_aboutdata data, alljoyn_msgarg msgArg, char const* language )
alljoyn_aboutdata_getajsoftwareversion ( alljoyn_aboutdata data, char** ajSoftwareVersion )
alljoyn_aboutdata_getannouncedaboutdata ( alljoyn_aboutdata data, alljoyn_msgarg msgArg )
alljoyn_aboutdata_getappid ( alljoyn_aboutdata data, uint8_t** appId, size_t* num )
alljoyn_aboutdata_getappname ( alljoyn_aboutdata data, char** appName, char const* language )
alljoyn_aboutdata_getdateofmanufacture ( alljoyn_aboutdata data, char** dateOfManufacture )
alljoyn_aboutdata_getdefaultlanguage ( alljoyn_aboutdata data, char** defaultLanguage )
alljoyn_aboutdata_getdescription ( alljoyn_aboutdata data, char** description, char const* language )
alljoyn_aboutdata_getdeviceid ( alljoyn_aboutdata data, char** deviceId )
alljoyn_aboutdata_getdevicename ( alljoyn_aboutdata data, char** deviceName, char const* language )
alljoyn_aboutdata_getfield ( alljoyn_aboutdata data, char const* name, alljoyn_msgarg* value, char const* language )
alljoyn_aboutdata_getfields ( alljoyn_aboutdata data, char const** fields, size_t num_fields )
alljoyn_aboutdata_getfieldsignature ( alljoyn_aboutdata data, char const* fieldName )
alljoyn_aboutdata_gethardwareversion ( alljoyn_aboutdata data, char** hardwareVersion )
alljoyn_aboutdata_getmanufacturer ( alljoyn_aboutdata data, char** manufacturer, char const* language )
alljoyn_aboutdata_getmodelnumber ( alljoyn_aboutdata data, char** modelNumber )
alljoyn_aboutdata_getsoftwareversion ( alljoyn_aboutdata data, char** softwareVersion )
alljoyn_aboutdata_getsupportedlanguages ( alljoyn_aboutdata data, char const** languageTags, size_t num )
alljoyn_aboutdata_getsupporturl ( alljoyn_aboutdata data, char** supportUrl )
alljoyn_aboutdata_isfieldannounced ( alljoyn_aboutdata data, char const* fieldName )
alljoyn_aboutdata_isfieldlocalized ( alljoyn_aboutdata data, char const* fieldName )
alljoyn_aboutdata_isfieldrequired ( alljoyn_aboutdata data, char const* fieldName )
alljoyn_aboutdata_isvalid ( alljoyn_aboutdata data, char const* language )
alljoyn_aboutdata_setappid ( alljoyn_aboutdata data, uint8_t const* appId, size_t const num )
alljoyn_aboutdata_setappid_fromstring ( alljoyn_aboutdata data, char const* appId )
alljoyn_aboutdata_setappname ( alljoyn_aboutdata data, char const* appName, char const* language )
alljoyn_aboutdata_setdateofmanufacture ( alljoyn_aboutdata data, char const* dateOfManufacture )
alljoyn_aboutdata_setdefaultlanguage ( alljoyn_aboutdata data, char const* defaultLanguage )
alljoyn_aboutdata_setdescription ( alljoyn_aboutdata data, char const* description, char const* language )
alljoyn_aboutdata_setdeviceid ( alljoyn_aboutdata data, char const* deviceId )
alljoyn_aboutdata_setdevicename ( alljoyn_aboutdata data, char const* deviceName, char const* language )
alljoyn_aboutdata_setfield ( alljoyn_aboutdata data, char const* name, alljoyn_msgarg value, char const* language )
alljoyn_aboutdata_sethardwareversion ( alljoyn_aboutdata data, char const* hardwareVersion )
alljoyn_aboutdata_setmanufacturer ( alljoyn_aboutdata data, char const* manufacturer, char const* language )
alljoyn_aboutdata_setmodelnumber ( alljoyn_aboutdata data, char const* modelNumber )
alljoyn_aboutdata_setsoftwareversion ( alljoyn_aboutdata data, char const* softwareVersion )
alljoyn_aboutdata_setsupportedlanguage ( alljoyn_aboutdata data, char const* language )
alljoyn_aboutdata_setsupporturl ( alljoyn_aboutdata data, char const* supportUrl )
aboutdatalistener.h,
msajapi.dll
alljoyn_aboutdatalistener_create ( struct alljoyn_aboutdatalistener_callbacks const* callbacks, void const* context )
alljoyn_aboutdatalistener_destroy ( alljoyn_aboutdatalistener listener )
abouticon.h,
msajapi.dll
alljoyn_abouticon_clear ( alljoyn_abouticon icon )
alljoyn_abouticon_create ( )
alljoyn_abouticon_destroy ( alljoyn_abouticon icon )
alljoyn_abouticon_getcontent ( alljoyn_abouticon icon, uint8_t const** data, size_t* size )
alljoyn_abouticon_geturl ( alljoyn_abouticon icon, char const** type, char const** url )
alljoyn_abouticon_setcontent ( alljoyn_abouticon icon, char const* type, uint8_t* data, size_t csize, bool ownsData )
alljoyn_abouticon_setcontent_frommsgarg ( alljoyn_abouticon icon, alljoyn_msgarg const arg )
alljoyn_abouticon_seturl ( alljoyn_abouticon icon, char const* type, char const* url )
abouticonobj.h,
msajapi.dll
alljoyn_abouticonobj_create ( alljoyn_busattachment bus, alljoyn_abouticon icon )
alljoyn_abouticonobj_destroy ( alljoyn_abouticonobj icon )
abouticonproxy.h,
msajapi.dll
alljoyn_abouticonproxy_create ( alljoyn_busattachment bus, char const* busName, alljoyn_sessionid sessionId )
alljoyn_abouticonproxy_destroy ( alljoyn_abouticonproxy proxy )
alljoyn_abouticonproxy_geticon ( alljoyn_abouticonproxy proxy, alljoyn_abouticon icon )
alljoyn_abouticonproxy_getversion ( alljoyn_abouticonproxy proxy, uint16_t* version )
aboutlistener.h,
msajapi.dll
alljoyn_aboutlistener_create ( struct alljoyn_aboutlistener_callback const* callback, void const* context )
alljoyn_aboutlistener_destroy ( alljoyn_aboutlistener listener )
aboutobj.h,
msajapi.dll
alljoyn_aboutobj_announce ( alljoyn_aboutobj obj, alljoyn_sessionport sessionPort, alljoyn_aboutdata aboutData )
alljoyn_aboutobj_announce_using_datalistener ( alljoyn_aboutobj obj, alljoyn_sessionport sessionPort, alljoyn_aboutdatalistener aboutListener )
alljoyn_aboutobj_create ( alljoyn_busattachment bus, enum alljoyn_about_announceflag isAnnounced )
alljoyn_aboutobj_destroy ( alljoyn_aboutobj obj )
alljoyn_aboutobj_unannounce ( alljoyn_aboutobj obj )
aboutobjectdescription.h,
msajapi.dll
alljoyn_aboutobjectdescription_clear ( alljoyn_aboutobjectdescription description )
alljoyn_aboutobjectdescription_create ( )
alljoyn_aboutobjectdescription_create_full ( alljoyn_msgarg const arg )
alljoyn_aboutobjectdescription_createfrommsgarg ( alljoyn_aboutobjectdescription description, alljoyn_msgarg const arg )
alljoyn_aboutobjectdescription_destroy ( alljoyn_aboutobjectdescription description )
alljoyn_aboutobjectdescription_getinterfacepaths ( alljoyn_aboutobjectdescription description, char const* interfaceName, char const** paths, size_t numPaths )
alljoyn_aboutobjectdescription_getinterfaces ( alljoyn_aboutobjectdescription description, char const* path, char const** interfaces, size_t numInterfaces )
alljoyn_aboutobjectdescription_getmsgarg ( alljoyn_aboutobjectdescription description, alljoyn_msgarg msgArg )
alljoyn_aboutobjectdescription_getpaths ( alljoyn_aboutobjectdescription description, char const** paths, size_t numPaths )
alljoyn_aboutobjectdescription_hasinterface ( alljoyn_aboutobjectdescription description, char const* interfaceName )
alljoyn_aboutobjectdescription_hasinterfaceatpath ( alljoyn_aboutobjectdescription description, char const* path, char const* interfaceName )
alljoyn_aboutobjectdescription_haspath ( alljoyn_aboutobjectdescription description, char const* path )
aboutproxy.h,
msajapi.dll
alljoyn_aboutproxy_create ( alljoyn_busattachment bus, char const* busName, alljoyn_sessionid sessionId )
alljoyn_aboutproxy_destroy ( alljoyn_aboutproxy proxy )
alljoyn_aboutproxy_getaboutdata ( alljoyn_aboutproxy proxy, char const* language, alljoyn_msgarg data )
alljoyn_aboutproxy_getobjectdescription ( alljoyn_aboutproxy proxy, alljoyn_msgarg objectDesc )
alljoyn_aboutproxy_getversion ( alljoyn_aboutproxy proxy, uint16_t* version )
ajapi.h,
msajapi.dll
alljoyn_unity_deferred_callbacks_process ( )
alljoyn_unity_set_deferred_callback_mainthread_only ( QCC_BOOL mainthread_only )
authlistener.h,
msajapi.dll
alljoyn_authlistener_create ( struct alljoyn_authlistener_callbacks const* callbacks, void const* context )
alljoyn_authlistener_destroy ( alljoyn_authlistener listener )
alljoyn_authlistener_requestcredentialsresponse ( alljoyn_authlistener listener, void* authContext, QCC_BOOL accept, alljoyn_credentials credentials )
alljoyn_authlistener_verifycredentialsresponse ( alljoyn_authlistener listener, void* authContext, QCC_BOOL accept )
alljoyn_authlistenerasync_create ( struct alljoyn_authlistenerasync_callbacks const* callbacks, void const* context )
alljoyn_authlistenerasync_destroy ( alljoyn_authlistener listener )
alljoyn_credentials_clear ( alljoyn_credentials cred )
alljoyn_credentials_create ( )
alljoyn_credentials_destroy ( alljoyn_credentials cred )
alljoyn_credentials_getcertchain ( alljoyn_credentials const cred )
alljoyn_credentials_getexpiration ( alljoyn_credentials const cred )
alljoyn_credentials_getlogonentry ( alljoyn_credentials const cred )
alljoyn_credentials_getpassword ( alljoyn_credentials const cred )
alljoyn_credentials_getprivateKey ( alljoyn_credentials const cred )
alljoyn_credentials_getusername ( alljoyn_credentials const cred )
alljoyn_credentials_isset ( alljoyn_credentials const cred, uint16_t creds )
alljoyn_credentials_setcertchain ( alljoyn_credentials cred, char const* certChain )
alljoyn_credentials_setexpiration ( alljoyn_credentials cred, uint32_t expiration )
alljoyn_credentials_setlogonentry ( alljoyn_credentials cred, char const* logonEntry )
alljoyn_credentials_setpassword ( alljoyn_credentials cred, char const* pwd )
alljoyn_credentials_setprivatekey ( alljoyn_credentials cred, char const* pk )
alljoyn_credentials_setusername ( alljoyn_credentials cred, char const* userName )
autopinger.h,
msajapi.dll
alljoyn_autopinger_adddestination ( alljoyn_autopinger autopinger, char const* group, char const* destination )
alljoyn_autopinger_addpinggroup ( alljoyn_autopinger autopinger, char const* group, alljoyn_pinglistener listener, uint32_t pinginterval )
alljoyn_autopinger_create ( alljoyn_busattachment bus )
alljoyn_autopinger_destroy ( alljoyn_autopinger autopinger )
alljoyn_autopinger_pause ( alljoyn_autopinger autopinger )
alljoyn_autopinger_removedestination ( alljoyn_autopinger autopinger, char const* group, char const* destination, QCC_BOOL removeall )
alljoyn_autopinger_removepinggroup ( alljoyn_autopinger autopinger, char const* group )
alljoyn_autopinger_resume ( alljoyn_autopinger autopinger )
alljoyn_autopinger_setpinginterval ( alljoyn_autopinger autopinger, char const* group, uint32_t pinginterval )
alljoyn_pinglistener_create ( struct alljoyn_pinglistener_callback const* callback, void const* context )
alljoyn_pinglistener_destroy ( alljoyn_pinglistener listener )
busattachment.h,
msajapi.dll
alljoyn_busattachment_addlogonentry ( alljoyn_busattachment bus, char const* authMechanism, char const* userName, char const* password )
alljoyn_busattachment_addmatch ( alljoyn_busattachment bus, char const* rule )
alljoyn_busattachment_advertisename ( alljoyn_busattachment bus, char const* name, alljoyn_transportmask transports )
alljoyn_busattachment_bindsessionport ( alljoyn_busattachment bus, alljoyn_sessionport* sessionPort, alljoyn_sessionopts const opts, alljoyn_sessionportlistener listener )
alljoyn_busattachment_canceladvertisename ( alljoyn_busattachment bus, char const* name, alljoyn_transportmask transports )
alljoyn_busattachment_cancelfindadvertisedname ( alljoyn_busattachment bus, char const* namePrefix )
alljoyn_busattachment_cancelfindadvertisednamebytransport ( alljoyn_busattachment bus, char const* namePrefix, alljoyn_transportmask transports )
alljoyn_busattachment_cancelwhoimplements_interface ( alljoyn_busattachment bus, char const* implementsInterface )
alljoyn_busattachment_cancelwhoimplements_interfaces ( alljoyn_busattachment bus, char const** implementsInterfaces, size_t numberInterfaces )
alljoyn_busattachment_clearkeys ( alljoyn_busattachment bus, char const* guid )
alljoyn_busattachment_clearkeystore ( alljoyn_busattachment bus )
alljoyn_busattachment_connect ( alljoyn_busattachment bus, char const* connectSpec )
alljoyn_busattachment_create ( char const* applicationName, QCC_BOOL allowRemoteMessages )
alljoyn_busattachment_create_concurrency ( char const* applicationName, QCC_BOOL allowRemoteMessages, uint32_t concurrency )
alljoyn_busattachment_createinterface ( alljoyn_busattachment bus, char const* name, alljoyn_interfacedescription* iface )
alljoyn_busattachment_createinterface_secure ( alljoyn_busattachment bus, char const* name, alljoyn_interfacedescription* iface, enum alljoyn_interfacedescription_securitypolicy secPolicy )
alljoyn_busattachment_createinterfacesfromxml ( alljoyn_busattachment bus, char const* xml )
alljoyn_busattachment_deleteinterface ( alljoyn_busattachment bus, alljoyn_interfacedescription iface )
alljoyn_busattachment_destroy ( alljoyn_busattachment bus )
alljoyn_busattachment_disconnect ( alljoyn_busattachment bus, char const* unused )
alljoyn_busattachment_enableconcurrentcallbacks ( alljoyn_busattachment bus )
alljoyn_busattachment_enablepeersecurity ( alljoyn_busattachment bus, char const* authMechanisms, alljoyn_authlistener listener, char const* keyStoreFileName, QCC_BOOL isShared )
alljoyn_busattachment_enablepeersecuritywithpermissionconfigurationlistener ( alljoyn_busattachment bus, char const* authMechanisms, alljoyn_authlistener authListener, char const* keyStoreFileName, QCC_BOOL isShared, alljoyn_permissionconfigurationlistener permissionConfigurationListener )
alljoyn_busattachment_findadvertisedname ( alljoyn_busattachment bus, char const* namePrefix )
alljoyn_busattachment_findadvertisednamebytransport ( alljoyn_busattachment bus, char const* namePrefix, alljoyn_transportmask transports )
alljoyn_busattachment_getalljoyndebugobj ( alljoyn_busattachment bus )
alljoyn_busattachment_getalljoynproxyobj ( alljoyn_busattachment bus )
alljoyn_busattachment_getconcurrency ( alljoyn_busattachment bus )
alljoyn_busattachment_getconnectspec ( alljoyn_busattachment bus )
alljoyn_busattachment_getdbusproxyobj ( alljoyn_busattachment bus )
alljoyn_busattachment_getglobalguidstring ( alljoyn_busattachment const bus )
alljoyn_busattachment_getinterface ( alljoyn_busattachment bus, char const* name )
alljoyn_busattachment_getinterfaces ( alljoyn_busattachment const bus, alljoyn_interfacedescription const* ifaces, size_t numIfaces )
alljoyn_busattachment_getkeyexpiration ( alljoyn_busattachment bus, char const* guid, uint32_t* timeout )
alljoyn_busattachment_getpeerguid ( alljoyn_busattachment bus, char const* name, char* guid, size_t* guidSz )
alljoyn_busattachment_gettimestamp ( )
alljoyn_busattachment_getuniquename ( alljoyn_busattachment const bus )
alljoyn_busattachment_isconnected ( alljoyn_busattachment const bus )
alljoyn_busattachment_ispeersecurityenabled ( alljoyn_busattachment bus )
alljoyn_busattachment_isstarted ( alljoyn_busattachment bus )
alljoyn_busattachment_isstopping ( alljoyn_busattachment bus )
alljoyn_busattachment_join ( alljoyn_busattachment bus )
alljoyn_busattachment_joinsession ( alljoyn_busattachment bus, char const* sessionHost, alljoyn_sessionport sessionPort, alljoyn_sessionlistener listener, alljoyn_sessionid* sessionId, alljoyn_sessionopts opts )
alljoyn_busattachment_joinsessionasync ( alljoyn_busattachment bus, char const* sessionHost, alljoyn_sessionport sessionPort, alljoyn_sessionlistener listener, alljoyn_sessionopts const opts, alljoyn_busattachment_joinsessioncb_ptr callback, void* context )
alljoyn_busattachment_leavesession ( alljoyn_busattachment bus, alljoyn_sessionid sessionId )
alljoyn_busattachment_namehasowner ( alljoyn_busattachment bus, char const* name, QCC_BOOL* hasOwner )
alljoyn_busattachment_ping ( alljoyn_busattachment bus, char const* name, uint32_t timeout )
alljoyn_busattachment_registeraboutlistener ( alljoyn_busattachment bus, alljoyn_aboutlistener aboutListener )
alljoyn_busattachment_registerbuslistener ( alljoyn_busattachment bus, alljoyn_buslistener listener )
alljoyn_busattachment_registerbusobject ( alljoyn_busattachment bus, alljoyn_busobject obj )
alljoyn_busattachment_registerbusobject_secure ( alljoyn_busattachment bus, alljoyn_busobject obj )
alljoyn_busattachment_registerkeystorelistener ( alljoyn_busattachment bus, alljoyn_keystorelistener listener )
alljoyn_busattachment_registersignalhandler ( alljoyn_busattachment bus, alljoyn_messagereceiver_signalhandler_ptr signal_handler, struct alljoyn_interfacedescription_member const member, char const* srcPath )
alljoyn_busattachment_registersignalhandlerwithrule ( alljoyn_busattachment bus, alljoyn_messagereceiver_signalhandler_ptr signal_handler, struct alljoyn_interfacedescription_member const member, char const* matchRule )
alljoyn_busattachment_releasename ( alljoyn_busattachment bus, char const* name )
alljoyn_busattachment_reloadkeystore ( alljoyn_busattachment bus )
alljoyn_busattachment_removematch ( alljoyn_busattachment bus, char const* rule )
alljoyn_busattachment_removesessionmember ( alljoyn_busattachment bus, alljoyn_sessionid sessionId, char const* memberName )
alljoyn_busattachment_requestname ( alljoyn_busattachment bus, char const* requestedName, uint32_t flags )
alljoyn_busattachment_secureconnection ( alljoyn_busattachment bus, char const* name, QCC_BOOL forceAuth )
alljoyn_busattachment_secureconnectionasync ( alljoyn_busattachment bus, char const* name, QCC_BOOL forceAuth )
alljoyn_busattachment_setdaemondebug ( alljoyn_busattachment bus, char const* module, uint32_t level )
alljoyn_busattachment_setkeyexpiration ( alljoyn_busattachment bus, char const* guid, uint32_t timeout )
alljoyn_busattachment_setlinktimeout ( alljoyn_busattachment bus, alljoyn_sessionid sessionid, uint32_t* linkTimeout )
alljoyn_busattachment_setlinktimeoutasync ( alljoyn_busattachment bus, alljoyn_sessionid sessionid, uint32_t linkTimeout, alljoyn_busattachment_setlinktimeoutcb_ptr callback, void* context )
alljoyn_busattachment_setsessionlistener ( alljoyn_busattachment bus, alljoyn_sessionid sessionId, alljoyn_sessionlistener listener )
alljoyn_busattachment_start ( alljoyn_busattachment bus )
alljoyn_busattachment_stop ( alljoyn_busattachment bus )
alljoyn_busattachment_unbindsessionport ( alljoyn_busattachment bus, alljoyn_sessionport sessionPort )
alljoyn_busattachment_unregisteraboutlistener ( alljoyn_busattachment bus, alljoyn_aboutlistener aboutListener )
alljoyn_busattachment_unregisterallaboutlisteners ( alljoyn_busattachment bus )
alljoyn_busattachment_unregisterallhandlers ( alljoyn_busattachment bus )
alljoyn_busattachment_unregisterbuslistener ( alljoyn_busattachment bus, alljoyn_buslistener listener )
alljoyn_busattachment_unregisterbusobject ( alljoyn_busattachment bus, alljoyn_busobject object )
alljoyn_busattachment_unregistersignalhandler ( alljoyn_busattachment bus, alljoyn_messagereceiver_signalhandler_ptr signal_handler, struct alljoyn_interfacedescription_member const member, char const* srcPath )
alljoyn_busattachment_unregistersignalhandlerwithrule ( alljoyn_busattachment bus, alljoyn_messagereceiver_signalhandler_ptr signal_handler, struct alljoyn_interfacedescription_member const member, char const* matchRule )
alljoyn_busattachment_whoimplements_interface ( alljoyn_busattachment bus, char const* implementsInterface )
alljoyn_busattachment_whoimplements_interfaces ( alljoyn_busattachment bus, char const** implementsInterfaces, size_t numberInterfaces )
buslistener.h,
msajapi.dll
alljoyn_buslistener_create ( struct alljoyn_buslistener_callbacks const* callbacks, void const* context )
alljoyn_buslistener_destroy ( alljoyn_buslistener listener )
busobject.h,
msajapi.dll
alljoyn_busobject_addinterface ( alljoyn_busobject bus, alljoyn_interfacedescription const iface )
alljoyn_busobject_addinterface_announced ( alljoyn_busobject bus, alljoyn_interfacedescription const iface )
alljoyn_busobject_addmethodhandler ( alljoyn_busobject bus, struct alljoyn_interfacedescription_member const member, alljoyn_messagereceiver_methodhandler_ptr handler, void* context )
alljoyn_busobject_addmethodhandlers ( alljoyn_busobject bus, struct alljoyn_busobject_methodentry const* entries, size_t numEntries )
alljoyn_busobject_cancelsessionlessmessage ( alljoyn_busobject bus, alljoyn_message const msg )
alljoyn_busobject_cancelsessionlessmessage_serial ( alljoyn_busobject bus, uint32_t serialNumber )
alljoyn_busobject_create ( char const* path, QCC_BOOL isPlaceholder, struct alljoyn_busobject_callbacks const* callbacks_in, void const* context_in )
alljoyn_busobject_destroy ( alljoyn_busobject bus )
alljoyn_busobject_emitpropertieschanged ( alljoyn_busobject bus, char const* ifcName, char const** propNames, size_t numProps, alljoyn_sessionid id )
alljoyn_busobject_emitpropertychanged ( alljoyn_busobject bus, char const* ifcName, char const* propName, alljoyn_msgarg val, alljoyn_sessionid id )
alljoyn_busobject_getannouncedinterfacenames ( alljoyn_busobject bus, char const** interfaces, size_t numInterfaces )
alljoyn_busobject_getbusattachment ( alljoyn_busobject bus )
alljoyn_busobject_getname ( alljoyn_busobject bus, char* buffer, size_t bufferSz )
alljoyn_busobject_getpath ( alljoyn_busobject bus )
alljoyn_busobject_issecure ( alljoyn_busobject bus )
alljoyn_busobject_methodreply_args ( alljoyn_busobject bus, alljoyn_message msg, alljoyn_msgarg const args, size_t numArgs )
alljoyn_busobject_methodreply_err ( alljoyn_busobject bus, alljoyn_message msg, char const* error, char const* errorMessage )
alljoyn_busobject_methodreply_status ( alljoyn_busobject bus, alljoyn_message msg, enum QStatus status )
alljoyn_busobject_setannounceflag ( alljoyn_busobject bus, alljoyn_interfacedescription const iface, enum alljoyn_about_announceflag isAnnounced )
alljoyn_busobject_signal ( alljoyn_busobject bus, char const* destination, alljoyn_sessionid sessionId, struct alljoyn_interfacedescription_member const signal, alljoyn_msgarg const args, size_t numArgs, uint16_t timeToLive, uint8_t flags, alljoyn_message msg )
init.h,
msajapi.dll
alljoyn_init ( )
alljoyn_shutdown ( )
interfacedescription.h,
msajapi.dll
alljoyn_interfacedescription_activate ( alljoyn_interfacedescription iface )
alljoyn_interfacedescription_addannotation ( alljoyn_interfacedescription iface, char const* name, char const* value )
alljoyn_interfacedescription_addmember ( alljoyn_interfacedescription iface, enum alljoyn_messagetype type, char const* name, char const* inputSig, char const* outSig, char const* argNames, uint8_t annotation )
alljoyn_interfacedescription_addmemberannotation ( alljoyn_interfacedescription iface, char const* member, char const* name, char const* value )
alljoyn_interfacedescription_addmethod ( alljoyn_interfacedescription iface, char const* name, char const* inputSig, char const* outSig, char const* argNames, uint8_t annotation, char const* accessPerms )
alljoyn_interfacedescription_addproperty ( alljoyn_interfacedescription iface, char const* name, char const* signature, uint8_t access )
alljoyn_interfacedescription_addpropertyannotation ( alljoyn_interfacedescription iface, char const* property, char const* name, char const* value )
alljoyn_interfacedescription_addsignal ( alljoyn_interfacedescription iface, char const* name, char const* sig, char const* argNames, uint8_t annotation, char const* accessPerms )
alljoyn_interfacedescription_eql ( alljoyn_interfacedescription const one, alljoyn_interfacedescription const other )
alljoyn_interfacedescription_getannotation ( alljoyn_interfacedescription iface, char const* name, char* value, size_t* value_size )
alljoyn_interfacedescription_getannotationatindex ( alljoyn_interfacedescription iface, size_t index, char* name, size_t* name_size, char* value, size_t* value_size )
alljoyn_interfacedescription_getannotationscount ( alljoyn_interfacedescription iface )
alljoyn_interfacedescription_getmember ( alljoyn_interfacedescription const iface, char const* name, struct alljoyn_interfacedescription_member* member )
alljoyn_interfacedescription_getmemberannotation ( alljoyn_interfacedescription iface, char const* member, char const* name, char* value, size_t* value_size )
alljoyn_interfacedescription_getmembers ( alljoyn_interfacedescription const iface, struct alljoyn_interfacedescription_member* members, size_t numMembers )
alljoyn_interfacedescription_getmethod ( alljoyn_interfacedescription iface, char const* name, struct alljoyn_interfacedescription_member* member )
alljoyn_interfacedescription_getname ( alljoyn_interfacedescription const iface )
alljoyn_interfacedescription_getproperties ( alljoyn_interfacedescription const iface, struct alljoyn_interfacedescription_property* props, size_t numProps )
alljoyn_interfacedescription_getproperty ( alljoyn_interfacedescription const iface, char const* name, struct alljoyn_interfacedescription_property* property )
alljoyn_interfacedescription_getpropertyannotation ( alljoyn_interfacedescription iface, char const* property, char const* name, char* value, size_t* str_size )
alljoyn_interfacedescription_getsecuritypolicy ( alljoyn_interfacedescription const iface )
alljoyn_interfacedescription_getsignal ( alljoyn_interfacedescription iface, char const* name, struct alljoyn_interfacedescription_member* member )
alljoyn_interfacedescription_hasmember ( alljoyn_interfacedescription iface, char const* name, char const* inSig, char const* outSig )
alljoyn_interfacedescription_hasproperties ( alljoyn_interfacedescription const iface )
alljoyn_interfacedescription_hasproperty ( alljoyn_interfacedescription const iface, char const* name )
alljoyn_interfacedescription_introspect ( alljoyn_interfacedescription const iface, char* str, size_t buf, size_t indent )
alljoyn_interfacedescription_issecure ( alljoyn_interfacedescription const iface )
alljoyn_interfacedescription_member_eql ( struct alljoyn_interfacedescription_member const one, struct alljoyn_interfacedescription_member const other )
alljoyn_interfacedescription_member_getannotation ( struct alljoyn_interfacedescription_member member, char const* name, char* value, size_t* value_size )
alljoyn_interfacedescription_member_getannotationatindex ( struct alljoyn_interfacedescription_member member, size_t index, char* name, size_t* name_size, char* value, size_t* value_size )
alljoyn_interfacedescription_member_getannotationscount ( struct alljoyn_interfacedescription_member member )
alljoyn_interfacedescription_property_eql ( struct alljoyn_interfacedescription_property const one, struct alljoyn_interfacedescription_property const other )
alljoyn_interfacedescription_property_getannotation ( struct alljoyn_interfacedescription_property property, char const* name, char* value, size_t* value_size )
alljoyn_interfacedescription_property_getannotationatindex ( struct alljoyn_interfacedescription_property property, size_t index, char* name, size_t* name_size, char* value, size_t* value_size )
alljoyn_interfacedescription_property_getannotationscount ( struct alljoyn_interfacedescription_property property )
keystorelistener.h,
msajapi.dll
alljoyn_keystorelistener_create ( struct alljoyn_keystorelistener_callbacks const* callbacks, void const* context )
alljoyn_keystorelistener_destroy ( alljoyn_keystorelistener listener )
alljoyn_keystorelistener_getkeys ( alljoyn_keystorelistener listener, alljoyn_keystore keyStore, char* sink, size_t* sink_sz )
alljoyn_keystorelistener_putkeys ( alljoyn_keystorelistener listener, alljoyn_keystore keyStore, char const* source, char const* password )
message.h,
msajapi.dll
alljoyn_message_create ( alljoyn_busattachment bus )
alljoyn_message_description ( alljoyn_message msg, char* str, size_t buf )
alljoyn_message_destroy ( alljoyn_message msg )
alljoyn_message_eql ( alljoyn_message const one, alljoyn_message const other )
alljoyn_message_getarg ( alljoyn_message msg, size_t argN )
alljoyn_message_getargs ( alljoyn_message msg, size_t* numArgs, alljoyn_msgarg* args )
alljoyn_message_getauthmechanism ( alljoyn_message msg )
alljoyn_message_getcallserial ( alljoyn_message msg )
alljoyn_message_getcompressiontoken ( alljoyn_message msg )
alljoyn_message_getdestination ( alljoyn_message msg )
alljoyn_message_geterrorname ( alljoyn_message msg, char* errorMessage, size_t* errorMessage_size )
alljoyn_message_getflags ( alljoyn_message msg )
alljoyn_message_getinterface ( alljoyn_message msg )
alljoyn_message_getmembername ( alljoyn_message msg )
alljoyn_message_getobjectpath ( alljoyn_message msg )
alljoyn_message_getreceiveendpointname ( alljoyn_message msg )
alljoyn_message_getreplyserial ( alljoyn_message msg )
alljoyn_message_getsender ( alljoyn_message msg )
alljoyn_message_getsessionid ( alljoyn_message msg )
alljoyn_message_getsignature ( alljoyn_message msg )
alljoyn_message_gettimestamp ( alljoyn_message msg )
alljoyn_message_gettype ( alljoyn_message msg )
alljoyn_message_isbroadcastsignal ( alljoyn_message msg )
alljoyn_message_isencrypted ( alljoyn_message msg )
alljoyn_message_isexpired ( alljoyn_message msg, uint32_t* tillExpireMS )
alljoyn_message_isglobalbroadcast ( alljoyn_message msg )
alljoyn_message_issessionless ( alljoyn_message msg )
alljoyn_message_isunreliable ( alljoyn_message msg )
alljoyn_message_parseargs ( alljoyn_message msg, char const* signature, ... )
alljoyn_message_setendianess ( char const endian )
alljoyn_message_tostring ( alljoyn_message msg, char* str, size_t buf )
msgarg.h,
msajapi.dll
alljoyn_msgarg_array_create ( size_t size )
alljoyn_msgarg_array_element ( alljoyn_msgarg arg, size_t index )
alljoyn_msgarg_array_get ( alljoyn_msgarg const args, size_t numArgs, char const* signature, ... )
alljoyn_msgarg_array_set ( alljoyn_msgarg args, size_t* numArgs, char const* signature, ... )
alljoyn_msgarg_array_set_offset ( alljoyn_msgarg args, size_t argOffset, size_t* numArgs, char const* signature, ... )
alljoyn_msgarg_array_signature ( alljoyn_msgarg values, size_t numValues, char* str, size_t buf )
alljoyn_msgarg_array_tostring ( alljoyn_msgarg const args, size_t numArgs, char* str, size_t buf, size_t indent )
alljoyn_msgarg_clear ( alljoyn_msgarg arg )
alljoyn_msgarg_clone ( alljoyn_msgarg destination, alljoyn_msgarg const source )
alljoyn_msgarg_copy ( alljoyn_msgarg const source )
alljoyn_msgarg_create ( )
alljoyn_msgarg_create_and_set ( char const* signature, ... )
alljoyn_msgarg_destroy ( alljoyn_msgarg arg )
alljoyn_msgarg_equal ( alljoyn_msgarg lhv, alljoyn_msgarg rhv )
alljoyn_msgarg_get ( alljoyn_msgarg arg, char const* signature, ... )
alljoyn_msgarg_get_array_element ( alljoyn_msgarg const arg, size_t index, alljoyn_msgarg* element )
alljoyn_msgarg_get_array_elementsignature ( alljoyn_msgarg const arg, size_t index )
alljoyn_msgarg_get_array_numberofelements ( alljoyn_msgarg const arg )
alljoyn_msgarg_get_bool ( alljoyn_msgarg const arg, QCC_BOOL* b )
alljoyn_msgarg_get_bool_array ( alljoyn_msgarg const arg, size_t* length, QCC_BOOL* ab )
alljoyn_msgarg_get_double ( alljoyn_msgarg const arg, double* d )
alljoyn_msgarg_get_double_array ( alljoyn_msgarg const arg, size_t* length, double* ad )
alljoyn_msgarg_get_int16 ( alljoyn_msgarg const arg, int16_t* n )
alljoyn_msgarg_get_int16_array ( alljoyn_msgarg const arg, size_t* length, int16_t* an )
alljoyn_msgarg_get_int32 ( alljoyn_msgarg const arg, int32_t* i )
alljoyn_msgarg_get_int32_array ( alljoyn_msgarg const arg, size_t* length, int32_t* ai )
alljoyn_msgarg_get_int64 ( alljoyn_msgarg const arg, int64_t* x )
alljoyn_msgarg_get_int64_array ( alljoyn_msgarg const arg, size_t* length, int64_t* ax )
alljoyn_msgarg_get_objectpath ( alljoyn_msgarg const arg, char** o )
alljoyn_msgarg_get_signature ( alljoyn_msgarg const arg, char** g )
alljoyn_msgarg_get_string ( alljoyn_msgarg const arg, char** s )
alljoyn_msgarg_get_uint16 ( alljoyn_msgarg const arg, uint16_t* q )
alljoyn_msgarg_get_uint16_array ( alljoyn_msgarg const arg, size_t* length, uint16_t* aq )
alljoyn_msgarg_get_uint32 ( alljoyn_msgarg const arg, uint32_t* u )
alljoyn_msgarg_get_uint32_array ( alljoyn_msgarg const arg, size_t* length, uint32_t* au )
alljoyn_msgarg_get_uint64 ( alljoyn_msgarg const arg, uint64_t* t )
alljoyn_msgarg_get_uint64_array ( alljoyn_msgarg const arg, size_t* length, uint64_t* at )
alljoyn_msgarg_get_uint8 ( alljoyn_msgarg const arg, uint8_t* y )
alljoyn_msgarg_get_uint8_array ( alljoyn_msgarg const arg, size_t* length, uint8_t* ay )
alljoyn_msgarg_get_variant ( alljoyn_msgarg const arg, alljoyn_msgarg v )
alljoyn_msgarg_get_variant_array ( alljoyn_msgarg const arg, char const* signature, size_t* length, alljoyn_msgarg* av )
alljoyn_msgarg_getdictelement ( alljoyn_msgarg arg, char const* elemSig, ... )
alljoyn_msgarg_getkey ( alljoyn_msgarg arg )
alljoyn_msgarg_getmember ( alljoyn_msgarg arg, size_t index )
alljoyn_msgarg_getnummembers ( alljoyn_msgarg arg )
alljoyn_msgarg_gettype ( alljoyn_msgarg arg )
alljoyn_msgarg_getvalue ( alljoyn_msgarg arg )
alljoyn_msgarg_hassignature ( alljoyn_msgarg arg, char const* signature )
alljoyn_msgarg_set ( alljoyn_msgarg arg, char const* signature, ... )
alljoyn_msgarg_set_and_stabilize ( alljoyn_msgarg arg, char const* signature, ... )
alljoyn_msgarg_set_bool ( alljoyn_msgarg arg, QCC_BOOL b )
alljoyn_msgarg_set_bool_array ( alljoyn_msgarg arg, size_t length, QCC_BOOL* ab )
alljoyn_msgarg_set_double ( alljoyn_msgarg arg, double d )
alljoyn_msgarg_set_double_array ( alljoyn_msgarg arg, size_t length, double* ad )
alljoyn_msgarg_set_int16 ( alljoyn_msgarg arg, int16_t n )
alljoyn_msgarg_set_int16_array ( alljoyn_msgarg arg, size_t length, int16_t* an )
alljoyn_msgarg_set_int32 ( alljoyn_msgarg arg, int32_t i )
alljoyn_msgarg_set_int32_array ( alljoyn_msgarg arg, size_t length, int32_t* ai )
alljoyn_msgarg_set_int64 ( alljoyn_msgarg arg, int64_t x )
alljoyn_msgarg_set_int64_array ( alljoyn_msgarg arg, size_t length, int64_t* ax )
alljoyn_msgarg_set_objectpath ( alljoyn_msgarg arg, char const* o )
alljoyn_msgarg_set_objectpath_array ( alljoyn_msgarg arg, size_t length, char const** ao )
alljoyn_msgarg_set_signature ( alljoyn_msgarg arg, char const* g )
alljoyn_msgarg_set_signature_array ( alljoyn_msgarg arg, size_t length, char const** ag )
alljoyn_msgarg_set_string ( alljoyn_msgarg arg, char const* s )
alljoyn_msgarg_set_string_array ( alljoyn_msgarg arg, size_t length, char const** as )
alljoyn_msgarg_set_uint16 ( alljoyn_msgarg arg, uint16_t q )
alljoyn_msgarg_set_uint16_array ( alljoyn_msgarg arg, size_t length, uint16_t* aq )
alljoyn_msgarg_set_uint32 ( alljoyn_msgarg arg, uint32_t u )
alljoyn_msgarg_set_uint32_array ( alljoyn_msgarg arg, size_t length, uint32_t* au )
alljoyn_msgarg_set_uint64 ( alljoyn_msgarg arg, uint64_t t )
alljoyn_msgarg_set_uint64_array ( alljoyn_msgarg arg, size_t length, uint64_t* at )
alljoyn_msgarg_set_uint8 ( alljoyn_msgarg arg, uint8_t y )
alljoyn_msgarg_set_uint8_array ( alljoyn_msgarg arg, size_t length, uint8_t* ay )
alljoyn_msgarg_setdictentry ( alljoyn_msgarg arg, alljoyn_msgarg key, alljoyn_msgarg value )
alljoyn_msgarg_setstruct ( alljoyn_msgarg arg, alljoyn_msgarg struct_members, size_t num_members )
alljoyn_msgarg_signature ( alljoyn_msgarg arg, char* str, size_t buf )
alljoyn_msgarg_stabilize ( alljoyn_msgarg arg )
alljoyn_msgarg_tostring ( alljoyn_msgarg arg, char* str, size_t buf, size_t indent )
observer.h,
msajapi.dll
alljoyn_observer_create ( alljoyn_busattachment bus, char const** mandatoryInterfaces, size_t numMandatoryInterfaces )
alljoyn_observer_destroy ( alljoyn_observer observer )
alljoyn_observer_get ( alljoyn_observer observer, char const* uniqueBusName, char const* objectPath )
alljoyn_observer_getfirst ( alljoyn_observer observer )
alljoyn_observer_getnext ( alljoyn_observer observer, alljoyn_proxybusobject_ref proxyref )
alljoyn_observer_registerlistener ( alljoyn_observer observer, alljoyn_observerlistener listener, QCC_BOOL triggerOnExisting )
alljoyn_observer_unregisteralllisteners ( alljoyn_observer observer )
alljoyn_observer_unregisterlistener ( alljoyn_observer observer, alljoyn_observerlistener listener )
alljoyn_observerlistener_create ( struct alljoyn_observerlistener_callback const* callback, void const* context )
alljoyn_observerlistener_destroy ( alljoyn_observerlistener listener )
alljoyn_proxybusobject_ref_create ( alljoyn_proxybusobject proxy )
alljoyn_proxybusobject_ref_decref ( alljoyn_proxybusobject_ref ref )
alljoyn_proxybusobject_ref_get ( alljoyn_proxybusobject_ref ref )
alljoyn_proxybusobject_ref_incref ( alljoyn_proxybusobject_ref ref )
passwordmanager.h,
msajapi.dll
alljoyn_passwordmanager_setcredentials ( char const* authMechanism, char const* password )
permissionconfigurationlistener.h,
msajapi.dll
alljoyn_permissionconfigurationlistener_create ( struct alljoyn_permissionconfigurationlistener_callbacks const* callbacks, void const* context )
alljoyn_permissionconfigurationlistener_destroy ( alljoyn_permissionconfigurationlistener listener )
proxybusobject.h,
msajapi.dll
alljoyn_proxybusobject_addchild ( alljoyn_proxybusobject proxyObj, alljoyn_proxybusobject const child )
alljoyn_proxybusobject_addinterface ( alljoyn_proxybusobject proxyObj, alljoyn_interfacedescription const iface )
alljoyn_proxybusobject_addinterface_by_name ( alljoyn_proxybusobject proxyObj, char const* name )
alljoyn_proxybusobject_copy ( alljoyn_proxybusobject const source )
alljoyn_proxybusobject_create ( alljoyn_busattachment bus, char const* service, char const* path, alljoyn_sessionid sessionId )
alljoyn_proxybusobject_create_secure ( alljoyn_busattachment bus, char const* service, char const* path, alljoyn_sessionid sessionId )
alljoyn_proxybusobject_destroy ( alljoyn_proxybusobject proxyObj )
alljoyn_proxybusobject_enablepropertycaching ( alljoyn_proxybusobject proxyObj )
alljoyn_proxybusobject_getallproperties ( alljoyn_proxybusobject proxyObj, char const* iface, alljoyn_msgarg values )
alljoyn_proxybusobject_getallpropertiesasync ( alljoyn_proxybusobject proxyObj, char const* iface, alljoyn_proxybusobject_listener_getallpropertiescb_ptr callback, uint32_t timeout, void* context )
alljoyn_proxybusobject_getchild ( alljoyn_proxybusobject proxyObj, char const* path )
alljoyn_proxybusobject_getchildren ( alljoyn_proxybusobject proxyObj, alljoyn_proxybusobject* children, size_t numChildren )
alljoyn_proxybusobject_getinterface ( alljoyn_proxybusobject proxyObj, char const* iface )
alljoyn_proxybusobject_getinterfaces ( alljoyn_proxybusobject proxyObj, alljoyn_interfacedescription const* ifaces, size_t numIfaces )
alljoyn_proxybusobject_getpath ( alljoyn_proxybusobject proxyObj )
alljoyn_proxybusobject_getproperty ( alljoyn_proxybusobject proxyObj, char const* iface, char const* property, alljoyn_msgarg value )
alljoyn_proxybusobject_getpropertyasync ( alljoyn_proxybusobject proxyObj, char const* iface, char const* property, alljoyn_proxybusobject_listener_getpropertycb_ptr callback, uint32_t timeout, void* context )
alljoyn_proxybusobject_getservicename ( alljoyn_proxybusobject proxyObj )
alljoyn_proxybusobject_getsessionid ( alljoyn_proxybusobject proxyObj )
alljoyn_proxybusobject_getuniquename ( alljoyn_proxybusobject proxyObj )
alljoyn_proxybusobject_implementsinterface ( alljoyn_proxybusobject proxyObj, char const* iface )
alljoyn_proxybusobject_introspectremoteobject ( alljoyn_proxybusobject proxyObj )
alljoyn_proxybusobject_introspectremoteobjectasync ( alljoyn_proxybusobject proxyObj, alljoyn_proxybusobject_listener_introspectcb_ptr callback, void* context )
alljoyn_proxybusobject_issecure ( alljoyn_proxybusobject proxyObj )
alljoyn_proxybusobject_isvalid ( alljoyn_proxybusobject proxyObj )
alljoyn_proxybusobject_methodcall ( alljoyn_proxybusobject proxyObj, char const* ifaceName, char const* methodName, alljoyn_msgarg const args, size_t numArgs, alljoyn_message replyMsg, uint32_t timeout, uint8_t flags )
alljoyn_proxybusobject_methodcall_member ( alljoyn_proxybusobject proxyObj, struct alljoyn_interfacedescription_member const method, alljoyn_msgarg const args, size_t numArgs, alljoyn_message replyMsg, uint32_t timeout, uint8_t flags )
alljoyn_proxybusobject_methodcall_member_noreply ( alljoyn_proxybusobject proxyObj, struct alljoyn_interfacedescription_member const method, alljoyn_msgarg const args, size_t numArgs, uint8_t flags )
alljoyn_proxybusobject_methodcall_noreply ( alljoyn_proxybusobject proxyObj, char const* ifaceName, char const* methodName, alljoyn_msgarg const args, size_t numArgs, uint8_t flags )
alljoyn_proxybusobject_methodcallasync ( alljoyn_proxybusobject proxyObj, char const* ifaceName, char const* methodName, alljoyn_messagereceiver_replyhandler_ptr replyFunc, alljoyn_msgarg const args, size_t numArgs, void* context, uint32_t timeout, uint8_t flags )
alljoyn_proxybusobject_methodcallasync_member ( alljoyn_proxybusobject proxyObj, struct alljoyn_interfacedescription_member const method, alljoyn_messagereceiver_replyhandler_ptr replyFunc, alljoyn_msgarg const args, size_t numArgs, void* context, uint32_t timeout, uint8_t flags )
alljoyn_proxybusobject_parsexml ( alljoyn_proxybusobject proxyObj, char const* xml, char const* identifier )
alljoyn_proxybusobject_registerpropertieschangedlistener ( alljoyn_proxybusobject proxyObj, char const* iface, char const** properties, size_t numProperties, alljoyn_proxybusobject_listener_propertieschanged_ptr callback, void* context )
alljoyn_proxybusobject_removechild ( alljoyn_proxybusobject proxyObj, char const* path )
alljoyn_proxybusobject_secureconnection ( alljoyn_proxybusobject proxyObj, QCC_BOOL forceAuth )
alljoyn_proxybusobject_secureconnectionasync ( alljoyn_proxybusobject proxyObj, QCC_BOOL forceAuth )
alljoyn_proxybusobject_setproperty ( alljoyn_proxybusobject proxyObj, char const* iface, char const* property, alljoyn_msgarg value )
alljoyn_proxybusobject_setpropertyasync ( alljoyn_proxybusobject proxyObj, char const* iface, char const* property, alljoyn_msgarg value, alljoyn_proxybusobject_listener_setpropertycb_ptr callback, uint32_t timeout, void* context )
alljoyn_proxybusobject_unregisterpropertieschangedlistener ( alljoyn_proxybusobject proxyObj, char const* iface, alljoyn_proxybusobject_listener_propertieschanged_ptr callback )
session.h,
msajapi.dll
alljoyn_sessionopts_cmp ( alljoyn_sessionopts const one, alljoyn_sessionopts const other )
alljoyn_sessionopts_create ( uint8_t traffic, QCC_BOOL isMultipoint, uint8_t proximity, alljoyn_transportmask transports )
alljoyn_sessionopts_destroy ( alljoyn_sessionopts opts )
alljoyn_sessionopts_get_multipoint ( alljoyn_sessionopts const opts )
alljoyn_sessionopts_get_proximity ( alljoyn_sessionopts const opts )
alljoyn_sessionopts_get_traffic ( alljoyn_sessionopts const opts )
alljoyn_sessionopts_get_transports ( alljoyn_sessionopts const opts )
alljoyn_sessionopts_iscompatible ( alljoyn_sessionopts const one, alljoyn_sessionopts const other )
alljoyn_sessionopts_set_multipoint ( alljoyn_sessionopts opts, QCC_BOOL isMultipoint )
alljoyn_sessionopts_set_proximity ( alljoyn_sessionopts opts, uint8_t proximity )
alljoyn_sessionopts_set_traffic ( alljoyn_sessionopts opts, uint8_t traffic )
alljoyn_sessionopts_set_transports ( alljoyn_sessionopts opts, alljoyn_transportmask transports )
sessionlistener.h,
msajapi.dll
alljoyn_sessionlistener_create ( struct alljoyn_sessionlistener_callbacks const* callbacks, void const* context )
alljoyn_sessionlistener_destroy ( alljoyn_sessionlistener listener )
sessionportlistener.h,
msajapi.dll
alljoyn_sessionportlistener_create ( struct alljoyn_sessionportlistener_callbacks const* callbacks, void const* context )
alljoyn_sessionportlistener_destroy ( alljoyn_sessionportlistener listener )
status.h,
msajapi.dll
QCC_StatusText ( enum QStatus status )
version.h,
msajapi.dll
alljoyn_getbuildinfo ( )
alljoyn_getnumericversion ( )
alljoyn_getversion ( )
to the top