Loading...
Searching...
No Matches
unicoap_link_encoder_ctx_t Struct Reference

Context information required to write a resource link. More...

Detailed Description

Context information required to write a resource link.

Definition at line 470 of file server.h.

#include <server.h>

Data Fields

unicoap_content_format_t content_format
 Expected content format of resource.
 
size_t link_pos
 Current byte offset of encoder.
 
bool uninitialized: 1
 Boolean value indicating whether to initialize result list for first resource.
 

Field Documentation

◆ content_format

unicoap_content_format_t unicoap_link_encoder_ctx_t::content_format

Expected content format of resource.

Definition at line 474 of file server.h.

◆ link_pos

size_t unicoap_link_encoder_ctx_t::link_pos

Current byte offset of encoder.

Definition at line 479 of file server.h.

◆ uninitialized

bool unicoap_link_encoder_ctx_t::uninitialized

Boolean value indicating whether to initialize result list for first resource.

Definition at line 482 of file server.h.


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