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

sn_nsdl_oma_device_ Struct Reference

sn_nsdl_oma_device_ Struct Reference

Defines OMA device object parameters. More...

#include <sn_nsdl_lib.h>

Data Fields

sn_nsdl_oma_device_error_t error_code
 Error code.
uint8_t(* sn_oma_device_boot_callback )(struct nsdl_s *, sn_coap_hdr_s *, sn_nsdl_addr_s *, sn_nsdl_capab_e)
 Device boot callback function.

Detailed Description

Defines OMA device object parameters.

Definition at line 207 of file sn_nsdl_lib.h.


Field Documentation

sn_nsdl_oma_device_error_t error_code

Error code.

Mandatory. Can be more than one

Definition at line 208 of file sn_nsdl_lib.h.

Device boot callback function.

If defined, this is called when reset request is received

Definition at line 209 of file sn_nsdl_lib.h.