Skip to content

ManufacturerID

Navigation: ADLX SDK ReferencesADLX InterfacesDisplayIADLXDisplay

Syntax

ADLX_RESULT    ManufacturerID (adlx_uint* manufacturerID)

Parameters

#DirectionNameTypeDescription
1.[out]manufacturerIDadlx_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

Headerinclude “IDisplays.h”
Minimum version1.0