# parameter.h ## **Overview** **Related Modules:** [Parameter](Parameter.md) **Description:** Declares functions for obtaining system parameters. You can use the provided functions to obtain device information such as device type and manufacturer. **Since:** 1.0 **Version:** 1.0 ## **Summary** ## Functions
GetParameter (const char *key, const char *def, char *value, unsigned int len) |
|
SetParameter (const char *key, const char *value) |
|
GetProductType (void) |
|
GetManufacture (void) |
|
GetBrand (void) |
|
GetMarketName (void) |
|
GetProductSeries (void) |
|
GetProductModel (void) |
|
GetSoftwareModel (void) |
|
GetHardwareModel (void) |
|
GetHardwareProfile (void) |
|
GetSerial (void) |
|
GetOsName (void) |
|
GetDisplayVersion (void) |
|
GetBootloaderVersion (void) |
|
GetSecurityPatchTag (void) |
|
GetAbiList (void) |
Obtains the list of application binary interfaces (ABIs) supported on this device. |
GetSdkApiLevel (void) |
Obtains the SDK API level that matches the current system software. |
GetFirstApiLevel (void) |
|
GetIncrementalVersion (void) |
|
GetVersionId (void) |
|
GetBuildType (void) |
|
GetBuildUser (void) |
|
GetBuildHost (void) |
|
GetBuildTime (void) |
|
GetBuildRootHash (void) |