MEIControlInfoHardware
Definition
typedef struct MEIControlInfoHardware { char modelNumber[MEIControlSTRING_MAX]; char serialNumber[MEIControlSTRING_MAX]; char type[MEIControlSTRING_MAX]; } MEIControlInfoHardware;
Description
MEIControlInfoHardware is a structure that contains the version information of the connected hardware.
The Controller's model number or t-level number (ex: T001-0001) which is stored on the hardware.
The Controller's serial number, which is unique to each controller.
The type of Controller (XMP or ZMP).
See Also