Samsung Internal API reference  2.0
tees_iwt.h File Reference

Samsung IWT API header. More...

Go to the source code of this file.

Typedefs

typedef struct __TEES_IwtHandle * TEES_IwtHandle
 Handle representing active IWT connection. Must be treated as opaque structure.
 

Enumerations

enum  { TEES_IWT_LISTENER_NAME_MAX_LENGTH = 91 }
 TEES_IWT_LISTENER_NAME_MAX_LENGTH. More...
 

Functions

TEE_Result TEES_IwtOpenChannel (const char *listenerName, TEES_IwtHandle *iwtCtx)
 Open interworld transport (IWT) connection (channel) to the NWd Listener "listenerName". More...
 
TEE_Result TEES_IwtWrite (TEES_IwtHandle iwtCtx, const void *buf, uint32_t *length)
 Write length bytes from buf to the active IWT connection iwtCtx. More...
 
TEE_Result TEES_IwtRead (TEES_IwtHandle iwtCtx, void *buf, uint32_t *length)
 Read length bytes to buf from the active IWT connection iwtCtx. More...
 
TEE_Result TEES_IwtCloseChannel (TEES_IwtHandle iwtCtx)
 Close active IWT connection iwtCtx. More...
 

Detailed Description

Samsung IWT API header.