KiCad PCB EDA Suite
Loading...
Searching...
No Matches
HTTP_LIB_CATEGORY Struct Reference

#include <http_lib_settings.h>

Public Attributes

std::string id
 id of category
 
std::string name
 name of category
 
std::string description
 description of category
 
std::time_t lastCached = 0
 
std::vector< HTTP_LIB_PARTcachedParts
 

Detailed Description

Definition at line 62 of file http_lib_settings.h.

Member Data Documentation

◆ cachedParts

std::vector<HTTP_LIB_PART> HTTP_LIB_CATEGORY::cachedParts

Definition at line 70 of file http_lib_settings.h.

◆ description

std::string HTTP_LIB_CATEGORY::description

description of category

Definition at line 66 of file http_lib_settings.h.

Referenced by HTTP_LIB_CONNECTION::syncCategories().

◆ id

std::string HTTP_LIB_CATEGORY::id

◆ lastCached

std::time_t HTTP_LIB_CATEGORY::lastCached = 0

Definition at line 68 of file http_lib_settings.h.

◆ name

std::string HTTP_LIB_CATEGORY::name

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