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