Golioth Firmware SDK
Loading...
Searching...
No Matches
zcbor_map_key Struct Reference

#include <zcbor_utils.h>

Data Fields

uint8_t type
 
union { 
 
   uint32_t   u32 
 
   struct zcbor_string   tstr 
 
};  
 

Detailed Description

Definition at line 21 of file zcbor_utils.h.

Field Documentation

◆ [union]

union { ... } zcbor_map_key

◆ tstr

struct zcbor_string zcbor_map_key::tstr

Definition at line 27 of file zcbor_utils.h.

◆ type

uint8_t zcbor_map_key::type

Definition at line 23 of file zcbor_utils.h.

◆ u32

uint32_t zcbor_map_key::u32

Definition at line 26 of file zcbor_utils.h.


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