EVE 1.0
http_enum_cvt_t Struct Reference

#include <types.h>

Data Fields

const char * String
 
uint16_t Length
 
uint16_t Value
 

Detailed Description

String convert table entry.

The entry sets association between a string and a coressponding numerical identifier.

Definition at line 60 of file types.h.

Field Documentation

const char* http_enum_cvt_t::String

Pointer to a string

Definition at line 62 of file types.h.

uint16_t http_enum_cvt_t::Length

Length of the string

Definition at line 63 of file types.h.

uint16_t http_enum_cvt_t::Value

Numerical identifier associated with the string

Definition at line 64 of file types.h.