EVE 1.0
toc_t Struct Reference
Eve » TOC

Applikasjon-spesifikk parameter beskrivelse. More...

#include <toc-app.h>

Data Fields

uint16_t Type: 4
 
uint16_t Name: 12
 
uint16_t Flags
 
uint16_t Offset: 13
 
uint16_t Segment: 3
 
uint8_t Size
 
uint8_t Count
 
uint16_t Min
 
uint16_t Max
 
uint16_t Label
 
uint16_t Uuid
 

Detailed Description

Applikasjon-spesifikk parameter beskrivelse.

Parameters
Namenavn av parameteren som offset i string pool

Definition at line 144 of file toc-app.h.

Field Documentation

uint16_t toc_t::Type

Type of the parameter, one of VAL_TYPE_...

Definition at line 146 of file toc-app.h.

uint16_t toc_t::Name

Offset of the name of the parameter in the string pool

Definition at line 147 of file toc-app.h.

uint16_t toc_t::Flags

Binary blags bitmap, see TOC_FLAG_... for details

Definition at line 148 of file toc-app.h.

Referenced by JsonTocIsArray().

uint16_t toc_t::Offset

Offset of the parameter in the segment

Definition at line 149 of file toc-app.h.

uint16_t toc_t::Segment

Segment ID where the parameter is located

Definition at line 150 of file toc-app.h.

uint8_t toc_t::Size

Size of the parameter (a single item for arrays)

Definition at line 151 of file toc-app.h.

uint8_t toc_t::Count

Number of elements in the array

Definition at line 152 of file toc-app.h.

Referenced by JsonTocIsArray().

uint16_t toc_t::Min

Minimal value for the parameter (possibly indirect)

Definition at line 153 of file toc-app.h.

uint16_t toc_t::Max

Maximal alue for the parameter (possibly indirect)

Definition at line 154 of file toc-app.h.

uint16_t toc_t::Label

Offset of the label of the parameter in the string pool

Definition at line 155 of file toc-app.h.

uint16_t toc_t::Uuid

BLE UUID / HTML class

Definition at line 156 of file toc-app.h.