ON Semiconductor / mbed-os

Dependents:   mbed-TFT-example-NCS36510 mbed-Accelerometer-example-NCS36510 mbed-Accelerometer-example-NCS36510

Embed: (wiki syntax)

« Back to documentation index

sn_nsdl_bs_ep_info_ Struct Reference

sn_nsdl_bs_ep_info_ Struct Reference

Defines endpoint parameters to OMA bootstrap. More...

#include <sn_nsdl_lib.h>

Data Fields

void(* oma_bs_status_cb )(sn_nsdl_oma_server_info_t *)
 Callback for OMA bootstrap status.
void(* oma_bs_status_cb_handle )(sn_nsdl_oma_server_info_t *, struct nsdl_s *)
 Callback for OMA bootstrap status with nsdl handle.
sn_nsdl_oma_device_tdevice_object
 OMA LWM2M mandatory device resources.

Detailed Description

Defines endpoint parameters to OMA bootstrap.

Definition at line 233 of file sn_nsdl_lib.h.


Field Documentation

OMA LWM2M mandatory device resources.

Definition at line 239 of file sn_nsdl_lib.h.

Callback for OMA bootstrap status.

Definition at line 234 of file sn_nsdl_lib.h.

Callback for OMA bootstrap status with nsdl handle.

Definition at line 236 of file sn_nsdl_lib.h.