openHiTLS API openHiTLS 0.1.0-Alpha1

◆ HITLS_InfoCb

typedef void(* HITLS_InfoCb) (const HITLS_Ctx *ctx, int32_t eventType, int32_t value)

Information prompt callback prototype

注意
The message prompt callback function does not return a value
参数
ctx[IN] Ctx context
eventType[IN] EventType Event type
value[IN] Value Function return value or Alert type that matches the event type
返回值
Novalue is returned.