libcoap 4.3.5-develop-3f4d08f
Loading...
Searching...
No Matches
oscore_sender_ctx_t Struct Reference

#include <oscore_context.h>

+ Collaboration diagram for oscore_sender_ctx_t:

Data Fields

coap_bin_const_tsender_id
 
coap_bin_const_tsender_key
 
uint64_t seq
 Sender Sequence Number.
 
uint64_t next_seq
 Used for ssn_freq updating.
 

Detailed Description

Definition at line 110 of file oscore_context.h.

Field Documentation

◆ next_seq

uint64_t oscore_sender_ctx_t::next_seq

Used for ssn_freq updating.

Definition at line 116 of file oscore_context.h.

◆ sender_id

coap_bin_const_t* oscore_sender_ctx_t::sender_id

Definition at line 112 of file oscore_context.h.

◆ sender_key

coap_bin_const_t* oscore_sender_ctx_t::sender_key

Definition at line 113 of file oscore_context.h.

◆ seq

uint64_t oscore_sender_ctx_t::seq

Sender Sequence Number.

Definition at line 114 of file oscore_context.h.


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