Bumped Mbed FW version to 01.20.0080

Embed: (wiki syntax)

« Back to documentation index

ADMW_CONFIG Struct Reference

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.