The TEEC_Session structure is used to contain control information related to a session between a client and a service. More...
#include <otz_tee_client_api.h>
Public Attributes | |
| int | operation_cnt |
| int | session_id |
| int | service_id |
| TEEC_Context * | device |
| int | s_errno |
The TEEC_Session structure is used to contain control information related to a session between a client and a service.
| TEEC_Context* TEEC_Session::device |
Device context
| int TEEC_Session::operation_cnt |
Implementation-defined variables
Reference count of operations
| int TEEC_Session::s_errno |
Service error number
| int TEEC_Session::service_id |
Unique service id
| int TEEC_Session::session_id |
Session id obtained for the service
1.8.6