ForestHub SDK 0.1.0
C++14 LLM SDK for PC and embedded platforms
Loading...
Searching...
No Matches
foresthub::platform::TLSClientWrapper Class Referenceabstract

Wrapper around a platform-specific TLS client. More...

#include <crypto.hpp>

Public Member Functions

virtual void * GetNativeClient ()=0
 Access the underlying platform-specific client.

Detailed Description

Wrapper around a platform-specific TLS client.

Member Function Documentation

◆ GetNativeClient()

virtual void * foresthub::platform::TLSClientWrapper::GetNativeClient ( )
pure virtual

Access the underlying platform-specific client.

Returns
Pointer to the native TLS client; type is platform-specific. The wrapper retains ownership; the pointer is valid only while the wrapper is alive.

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