|
|
◆ HITLS_GetSelectedAlpnProto()
| int32_t HITLS_GetSelectedAlpnProto |
( |
HITLS_Ctx * |
ctx, |
|
|
uint8_t ** |
proto, |
|
|
uint32_t * |
protoLen |
|
) |
| |
Obtaining the ALPN Negotiation Result.
- Parameters
-
| ctx | [IN] Ctx context. |
| proto | [OUT] Header address of the outgoing selected protocol. |
| protoLen | [OUT] Length of the outgoing selected protocol. |
- Return values
-
| If | success, return HITLS_SUCCESS. For details about other error codes, see hitls_error.h. |
|