Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of nrf51-sdk by
dm_context_t Struct Reference
[Device Manager Data Types]
Definition of Data Context. More...
#include <device_manager.h>
Data Fields | |
uint32_t | flags |
Additional flags identifying data. | |
uint32_t | len |
Length of data. | |
uint8_t * | p_data |
Pointer to contextual data, a copy is made of the data. |
Detailed Description
Definition of Data Context.
Defines contextual data format, it consists of context data length and pointer to data.
Definition at line 315 of file device_manager.h.
Field Documentation
uint32_t flags |
Additional flags identifying data.
Definition at line 317 of file device_manager.h.
uint32_t len |
Length of data.
Definition at line 318 of file device_manager.h.
uint8_t* p_data |
Pointer to contextual data, a copy is made of the data.
Definition at line 319 of file device_manager.h.
Generated on Tue Jul 12 2022 14:11:24 by
