API参考
载入中...
搜索中...
未找到
HITLS_CustomExtParams结构体 参考

Structure to hold parameters for adding a custom extension. 更多...

#include <hitls_custom_extensions.h>

HITLS_CustomExtParams 的协作图:

Public 属性

uint16_t extType
uint32_t context
HITLS_AddCustomExtCallback addCb
HITLS_FreeCustomExtCallback freeCb
void * addArg
HITLS_ParseCustomExtCallback parseCb
void * parseArg

详细描述

Structure to hold parameters for adding a custom extension.

类成员变量说明

◆ addArg

void* HITLS_CustomExtParams::addArg

Additional argument for add and free callbacks

◆ addCb

HITLS_AddCustomExtCallback HITLS_CustomExtParams::addCb

Callback function to add the extension

◆ context

uint32_t HITLS_CustomExtParams::context

Context where the extension applies

◆ extType

uint16_t HITLS_CustomExtParams::extType

Extension type

◆ freeCb

HITLS_FreeCustomExtCallback HITLS_CustomExtParams::freeCb

Callback function to free the extension

◆ parseArg

void* HITLS_CustomExtParams::parseArg

Additional argument for parse callback

◆ parseCb

HITLS_ParseCustomExtCallback HITLS_CustomExtParams::parseCb

Callback function to parse the extension


该结构体的文档由以下文件生成: