Simulated product dispenser

Dependencies:   HTS221

Fork of mbed-cloud-workshop-connect-HTS221 by Jim Carver

Embed: (wiki syntax)

« Back to documentation index

registration_info_ Struct Reference

registration_info_ Struct Reference

Used for creating manually registration message with sn_coap_register() More...

#include <sn_coap_header.h>

Data Fields

uint8_t * endpoint_ptr
 Endpoint name.
uint8_t * endpoint_type_ptr
 Endpoint type.
uint8_t * links_ptr
 Resource registration string.

Detailed Description

Used for creating manually registration message with sn_coap_register()

Definition at line 260 of file sn_coap_header.h.


Field Documentation

uint8_t* endpoint_ptr

Endpoint name.

Definition at line 265 of file sn_coap_header.h.

Endpoint type.

Definition at line 266 of file sn_coap_header.h.

uint8_t* links_ptr

Resource registration string.

Definition at line 267 of file sn_coap_header.h.