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.
ADMW_CONFIG Struct Reference
[ADMW Host Library API]
#include <admw_config_types.h>
Data Fields | |
const char | configUuid [ADMW_UUID_LEN] |
ADMW_CONFIG_VERSION_ID | versionId |
ADMW_PRODUCT_ID | productId |
union { | |
ADMW1001_CONFIG admw1001 | |
}; |
Detailed Description
ADMW global configuration details
Definition at line 77 of file admw_config_types.h.
Field Documentation
union { ... } |
Product-specific configuration parameters, selected based on productId.
- Note:
- Other product variants may be added here in the future
ADSNS1000 product configuration parameters. Used if productId selected is ADMW_PRODUCT_ID_ADSNS1000
Definition at line 87 of file admw_config_types.h.
const char configUuid[ADMW_UUID_LEN] |
Optional unique identifier for this configuration
Definition at line 79 of file admw_config_types.h.
Identify the product type for which this configuration is valid
Definition at line 83 of file admw_config_types.h.
Identifies the schema version for this configuration
Definition at line 81 of file admw_config_types.h.
Generated on Wed Jul 13 2022 03:04:55 by
