Diffusion C API  6.2.7
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Management of other clients.

Functions

void session_properties_listener_register (SESSION_T *session, const SESSION_PROPERTIES_REGISTRATION_PARAMS_T params)
 Register a listener for changes to other clients' properties. More...
 
void get_session_properties (SESSION_T *session, const GET_SESSION_PROPERTIES_PARAMS_T params)
 Request properties of a connected client. More...
 

Detailed Description

Function Documentation

void get_session_properties ( SESSION_T session,
const GET_SESSION_PROPERTIES_PARAMS_T  params 
)

Request properties of a connected client.

Parameters
sessionThe current session. If NULL, this function returns immediately.
paramsParameter structure describing which client and properties we're interested in, and the callbacks to be invoked.
void session_properties_listener_register ( SESSION_T session,
const SESSION_PROPERTIES_REGISTRATION_PARAMS_T  params 
)

Register a listener for changes to other clients' properties.

Parameters
sessionThe current session. If NULL, this function returns immediately.
paramsParameter structure describing which properties should be reported, and the callbacks to be invoked.