Sming Framework API
Sming - Open Source framework for high efficiency WiFi SoC ESP8266 native development with C++ language.
SslSessionId Class Reference

Manages buffer to store SSL Session ID. More...

#include <SslSessionId.h>

Public Member Functions

const uint8_t * getValue ()
 May be called even when object is null. More...
 
unsigned getLength ()
 May be called even when object is null. More...
 
bool isValid ()
 
bool assign (const uint8_t *newValue, unsigned newLength)
 

Detailed Description

Manages buffer to store SSL Session ID.

Member Function Documentation

unsigned SslSessionId::getLength ( )
inline

May be called even when object is null.

const uint8_t* SslSessionId::getValue ( )
inline

May be called even when object is null.