1.5.1.4.2 SRV_STORAGE_MAC_CONFIG Struct
C
typedef struct {
uint16_t cfgKey;
uint8_t mac[6];
} SRV_STORAGE_MAC_CONFIG;
Summary
Structure and key to define the MAC configuration information that needs to be kept in non-volatile storage.
Description
This data type defines the structure and key to define the MAC configurationm information used by the PRIME stack that needs to be kept in non-volatile storage.
Remarks
None.