libcoap 4.3.5-develop-24d146d
Loading...
Searching...
No Matches
coap_oscore_rcp_conf_t Struct Reference

The structure used to hold the OSCORE Recipient configuration. More...

#include <coap_oscore_internal.h>

+ Collaboration diagram for coap_oscore_rcp_conf_t:

Data Fields

struct coap_oscore_rcp_conf_tnext_recipient
 Used to maintain the chain.
 
coap_bin_const_trecipient_id
 Recipient ID (i.e.
 
int silent_server
 1 if server is likely to be silent else 0
 

Detailed Description

The structure used to hold the OSCORE Recipient configuration.

Definition at line 45 of file coap_oscore_internal.h.

Field Documentation

◆ next_recipient

struct coap_oscore_rcp_conf_t* coap_oscore_rcp_conf_t::next_recipient

Used to maintain the chain.

Definition at line 46 of file coap_oscore_internal.h.

◆ recipient_id

coap_bin_const_t* coap_oscore_rcp_conf_t::recipient_id

Recipient ID (i.e.

local our id)

Definition at line 48 of file coap_oscore_internal.h.

◆ silent_server

int coap_oscore_rcp_conf_t::silent_server

1 if server is likely to be silent else 0

Definition at line 50 of file coap_oscore_internal.h.


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