MPIDriveMapParamType
Definition
typedef enum MPIDriveMapParamType { MPIDriveMapParamTypeSIGNED32, MPIDriveMapParamTypeSIGNED16, MPIDriveMapParamTypeSIGNED8, MPIDriveMapParamTypeUNSIGNED32, MPIDriveMapParamTypeUNSIGNED16, MPIDriveMapParamTypeUNSIGNED8, MPIDriveMapParamTypeHEX, MPIDriveMapParamTypeENUMERATED, MPIDriveMapParamTypeMASK, MPIDriveMapParamTypeCHARACTER, MPIDriveMapParamTypeSTRING, MPIDriveMapParamTypeSINGLE, MPIDriveMapParamTypeACTION, } MPIDriveMapParamType;
Description
MPIDriveMapParamType is an enumeration that indicates which data format should be used with the drive parameter.
MPIDriveMapParamTypeSIGNED32 | A signed 32bit integer. |
---|---|
MPIDriveMapParamTypeSIGNED16 | A signed 16bit integer. |
MPIDriveMapParamTypeSIGNED8 | A signed 8bit integer. |
MPIDriveMapParamTypeUNSIGNED32 | An unsigned 32bit integer. |
MPIDriveMapParamTypeUNSIGNED16 | An unsigned 16bit integer. |
MPIDriveMapParamTypeUNSIGNED8 | An unsigned 8bit integer. |
MPIDriveMapParamTypeHEX | An integer representred in hexadecimal notation. |
MPIDriveMapParamTypeENUMERATED | An integer where each value can be represented by a different name. |
MPIDriveMapParamTypeMASK | An integer where each bit has a unique name. |
MPIDriveMapParamTypeCHARACTER | An single ASCII character. |
MPIDriveMapParamTypeSTRING | A null terminated string of characters. |
MPIDriveMapParamTypeSINGLE | A single precision floating point number. |
MPIDriveMapParamTypeACTION | Writing to this parameter will perform an action on the drive. No data is assiated with this type. |