Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
coap_core_metadata Struct Reference

In case you want to add attributes to the resources included in the 'well-known/core' "virtual" resource, the 'user_data' field should point to a valid coap_core_metadata structure. More...

#include <coap_link_format.h>

Data Fields

const char *const * attributes
 
void * user_data
 

Detailed Description

In case you want to add attributes to the resources included in the 'well-known/core' "virtual" resource, the 'user_data' field should point to a valid coap_core_metadata structure.

Field Documentation

◆ attributes

const char* const* coap_core_metadata::attributes

◆ user_data

void* coap_core_metadata::user_data

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