Pepper_56_C_interfaces
Pepper_56_C_interfaces
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
PPB_TEECContext_Samsung_1_0 Struct Reference

Public Attributes

PP_Resource(* Create )(PP_Instance instance)
 
PP_Bool(* IsTEECContext )(PP_Resource resource)
 
int32_t(* Open )(PP_Resource resource, const char *name, struct PP_TEEC_Result *result, struct PP_CompletionCallback callback)
 

Member Data Documentation

PP_Resource(* PPB_TEECContext_Samsung_1_0::Create)(PP_Instance instance)

Creates a new TEEC context resource.

Parameters
[in]instanceA PP_Instance identifying the instance with the TEEC context.
[in]stringdescribing the TEE to connect to.
Returns
A PP_Resource corresponding to a TEEC Context if successful or 0 otherwise.
PP_Bool(* PPB_TEECContext_Samsung_1_0::IsTEECContext)(PP_Resource resource)

Determines if the given resource is a TEEC context.

Parameters
[in]resourceA PP_Resource identifying a resource.
Returns
PP_TRUE if the resource is a PPB_TEECContext_Samsung, PP_FALSE if the resource is invalid or some other type.
int32_t(* PPB_TEECContext_Samsung_1_0::Open)(PP_Resource resource, const char *name, struct PP_TEEC_Result *result, struct PP_CompletionCallback callback)

This function initializes a new TEEC Context, forming a connection between this Client Application and the TEE identified by the string identifier name.


The documentation for this struct was generated from the following file: