Skip to main content

TEEC_Result

Type Alias TEEC_Result 

Source
pub type TEEC_Result = u32;
Expand description

TEE 操作返回值类型(u32)。

大多数 TEE Client API 函数返回此类型的值,指示操作的成功或失败。 成功时为 TEEC_SUCCESS(0),失败时为各类 TEEC_ERROR_* 错误码。