joey shelton / LED_Demo2

Dependencies:   MAX44000 PWM_Tone_Library nexpaq_mdk

Fork of LED_Demo by joey shelton

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 209 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 210 of file sn_nsdl_lib.h.

Device boot callback function.

If defined, this is called when reset request is received

Definition at line 211 of file sn_nsdl_lib.h.