ManufacturerID
Gets the manufacturer id of a display.
Syntax
ADLX_RESULT ManufacturerID (adlx_uint* manufacturerID)
Parameters
-
[out]
manufacturerID adlx_uint* The pointer to a variable where the manufacturer id is returned. A valid id is greater than zero.
Return Value
If the manufacturer id is successfully returned, ADLX_OK is returned.
If the manufacturer id is not successfully returned, an error code is returned.
Refer to ADLX_RESULT for success codes and error codes.
Remarks
The manufacturer id is a predetermined value programmed into the display at the time of manufacturing. A valid manufacturer id is an integer greater than zero.
If zero is returned this means the display manufacturer id is invalid.
Requirements
Header |
include “IDisplays.h” |
Minimum version |
1.0 |