WebSocketUtf8Context Struct Reference

UTF-8 decoding context. More...

#include <web_socket.h>

Data Fields

uint_t utf8CharSize
 
uint_t utf8CharIndex
 
uint32_t utf8CodePoint
 

Detailed Description

UTF-8 decoding context.

Definition at line 418 of file web_socket.h.

Field Documentation

◆ utf8CharIndex

uint_t utf8CharIndex

Definition at line 421 of file web_socket.h.

◆ utf8CharSize

uint_t utf8CharSize

Definition at line 420 of file web_socket.h.

◆ utf8CodePoint

uint32_t utf8CodePoint

Definition at line 422 of file web_socket.h.


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