pmp_device_description_t Struct Reference
[PMPlib device API]
PMP device decription.
More...
#include <pmp.h>
Data Fields | |
char | id [PMP_DECLSIZE] |
Device identifier (e.g., "iriver_e10_ums_1.0-1.4"). | |
char | manufacturer [PMP_DECLSIZE] |
Manufacturer (e.g., "iriver"). | |
char | name [PMP_DECLSIZE] |
Model name (e.g., "E10"). | |
char | mode [PMP_DECLSIZE] |
Firmware mode (e.g., "UM"). | |
char | language [PMP_DECLSIZE] |
Firmware default language (e.g., "JP"). | |
char | version [PMP_DECLSIZE] |
Firmware version (e.g., "1.4"). | |
char | min_version [PMP_DECLSIZE] |
Minimum firmware version (e.g., "1.0"). | |
char | max_version [PMP_DECLSIZE] |
Maximum firmware version (e.g., "1.4"). |
Detailed Description
PMP device decription.
This structure stores information about a PMP device. A PMP device driver should fill these fields properly so that an application can obtain the information about the device. An empty value represents the uncertainity of the field value at this stage. The value PMP_DECLUNAVAIL ("***"
) implies the unavailability of the field value for the device.
Definition at line 176 of file pmp.h.
Field Documentation
char pmp_device_description_t::id[PMP_DECLSIZE] |
The documentation for this struct was generated from the following file: