Zephyr Project API 3.7.0-rc1
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
coap_observer Struct Reference

Represents a remote device that is observing a local resource. More...

#include <coap.h>

Data Fields

sys_snode_t list
 Observer list node.
 
struct sockaddr addr
 Observer connection end point information.
 
uint8_t token [8]
 Observer token.
 
uint8_t tkl
 Extended token length.
 

Detailed Description

Represents a remote device that is observing a local resource.

Field Documentation

◆ addr

struct sockaddr coap_observer::addr

Observer connection end point information.

◆ list

sys_snode_t coap_observer::list

Observer list node.

◆ tkl

uint8_t coap_observer::tkl

Extended token length.

◆ token

uint8_t coap_observer::token[8]

Observer token.


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