27 #ifndef _CLC_FCT_SHAREDDISPLAYCLIENT_H_
28 #define _CLC_FCT_SHAREDDISPLAYCLIENT_H_
46 #if defined(ENABLE_DEVICE_SHAREDDISPLAY_CLIENT)
62 #endif //defined(ENABLE_DEVICE_SHAREDDISPLAY_CLIENT)
100 CPCHAR8 const *
const utf8Text);
145 #endif // _CLC_FCT_SHAREDDISPLAYCLIENT_H_
CLC_ErrorCode SharedDisplayClient_SetText(CPHOBJECT const hSharedDisplayClient, CPUINT16 const wX, CPUINT16 const wY, CPCHAR8 const *const utf8Text)
Display text.
CLC_ErrorCode SharedDisplayClient_RequestSharedDisplay(CPHOBJECT const hSharedDisplayClient)
Request the network for a shared display.
CLC_ErrorCode SharedDisplayClient_GetCursorPos(CPHOBJECT const hSharedDisplayClient, CPUINT16 *const pwX, CPUINT16 *const pwY)
Get cursor position.
CLC_ErrorCode
Error code Enumeration. Error codes from 0x01 to 0xFF are related to a CopperLan functions return cod...
Definition: CLCm_Defines.h:469
CLC_ErrorCode SharedDisplayClient_UnregisterNotificationHandler(CPHOBJECT const hSharedDisplayClient)
Unregister notification handler for a shared display client local device.
CLC_ErrorCode SharedDisplayClient_ReleaseSharedDisplay(CPHOBJECT const hSharedDisplayClient)
Release the shared display.
CLC_ErrorCode SharedDisplayClient_ClearDisplay(CPHOBJECT const hSharedDisplayClient)
Clear the display.
CLC_ErrorCode SharedDisplayClient_GetSize(CPHOBJECT const hSharedDisplayClient, CPUINT16 *const pwWidth, CPUINT16 *const pwHeight)
Get display size.
CLC_ErrorCode SharedDisplayClient_SetCursor(CPHOBJECT const hSharedDisplayClient, CPUINT16 const wX, CPUINT16 const wY, SharedDisplayCursorTypes const keyType)
Set cursor position and type.
CLC_ErrorCode SharedDisplayClient_RegisterNotificationHandler(CPHOBJECT const hSharedDisplayClient)
Register notification handler for a shared display client local device.
CPUINT32 CPHOBJECT
Handle on Object.
Definition: CLCm_Types.h:57
SharedDisplayCursorTypes
Shared display cursor types.
Definition: CLC_Enums.h:2178