mbed client lightswitch demo

Dependencies:   mbed Socket lwip-eth lwip-sys lwip

Fork of mbed-client-classic-example-lwip by Austin Blackstone

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_nsdl.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 86 of file sn_nsdl.h.


Field Documentation

uint8_t* endpoint_ptr

Endpoint name.

Definition at line 87 of file sn_nsdl.h.

Endpoint type.

Definition at line 90 of file sn_nsdl.h.

uint8_t* links_ptr

Resource registration string.

Definition at line 93 of file sn_nsdl.h.