Zephyr API Documentation 4.2.0-rc2
A Scalable Open Source RTOS
 4.2.0-rc2
coap_observer Struct Reference

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

#include <zephyr/net/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: