#include <loc.h>
|
|
uint8_t | applicationProvider_len |
| |
|
uint8_t * | pAplicationProvider |
| |
|
uint8_t | applicationName_len |
| |
|
uint8_t * | pAppName |
| |
|
uint8_t | applicationVersion_valid |
| |
|
uint8_t | applicationVersion_len |
| |
|
uint8_t * | pApplicationVersion |
| |
This structure contains the Application Information
- Parameters
-
| applicationProvider_len |
- Length of the Application Provider
|
| pAplicationProvider |
- Application Provider
- Depends upon the Length of application Provider
|
| applicationName_len |
- Length of Application Name
|
| pAppName |
- Application Name
- Depends upon the Length of application Name
|
| applicationVersion_valid |
- Specifies whether the application version string contains a valid value
- 0x00 (FALSE) Application version string is invalid
- 0x01 (TRUE) Application version string is valid
|
| applicationVersion_len |
- Length of Application Version
|
| pApplicationVersion |
- Application Version
- Depends upon the Length of application Version
|
The documentation for this struct was generated from the following file: