12 #include <tee_internal_api.h> TEE_Result TEES_IwtCloseChannel(TEES_IwtHandle iwtCtx)
Close active IWT connection iwtCtx.
TEE_Result TEES_IwtOpenChannel(const char *listenerName, TEES_IwtHandle *iwtCtx)
Open interworld transport (IWT) connection (channel) to the NWd Listener "listenerName".
TEE_Result TEES_IwtWrite(TEES_IwtHandle iwtCtx, const void *buf, uint32_t *length)
Write length bytes from buf to the active IWT connection iwtCtx.
TEE_Result TEES_IwtRead(TEES_IwtHandle iwtCtx, void *buf, uint32_t *length)
Read length bytes to buf from the active IWT connection iwtCtx.
struct __TEES_IwtHandle * TEES_IwtHandle
Handle representing active IWT connection. Must be treated as opaque structure.
Definition: tees_iwt.h:17
Definition: tees_iwt.h:23