CHAILink SDK
Version 1.3
|
List of all Shared Display Client functions. More...
Event handling | |
CLC_ErrorCode | SharedDisplayClient_RegisterNotificationHandler (CPHOBJECT const hSharedDisplayClient) |
Register notification handler for a shared display client local device. More... | |
CLC_ErrorCode | SharedDisplayClient_UnregisterNotificationHandler (CPHOBJECT const hSharedDisplayClient) |
Unregister notification handler for a shared display client local device. More... | |
Remote display management | |
CLC_ErrorCode | SharedDisplayClient_RequestSharedDisplay (CPHOBJECT const hSharedDisplayClient) |
Request the network for a shared display. More... | |
CLC_ErrorCode | SharedDisplayClient_ReleaseSharedDisplay (CPHOBJECT const hSharedDisplayClient) |
Release the shared display. More... | |
CLC_ErrorCode | SharedDisplayClient_ClearDisplay (CPHOBJECT const hSharedDisplayClient) |
Clear the display. More... | |
CLC_ErrorCode | SharedDisplayClient_SetText (CPHOBJECT const hSharedDisplayClient, CPUINT16 const wX, CPUINT16 const wY, CPCHAR8 const *const utf8Text) |
Display text. More... | |
CLC_ErrorCode | SharedDisplayClient_SetCursor (CPHOBJECT const hSharedDisplayClient, CPUINT16 const wX, CPUINT16 const wY, SharedDisplayCursorTypes const keyType) |
Set cursor position and type. More... | |
CLC_ErrorCode | SharedDisplayClient_GetSize (CPHOBJECT const hSharedDisplayClient, CPUINT16 *const pwWidth, CPUINT16 *const pwHeight) |
Get display size. More... | |
CLC_ErrorCode | SharedDisplayClient_GetCursorPos (CPHOBJECT const hSharedDisplayClient, CPUINT16 *const pwX, CPUINT16 *const pwY) |
Get cursor position. More... | |
List of all Shared Display Client functions.