Zephyr Project API 3.7.0-rc1
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
 List of attributes to add.
 
void * user_data
 User specific 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

List of attributes to add.

◆ user_data

void* coap_core_metadata::user_data

User specific data.


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