Skip to content

GetVoltage

Navigation: ADLX SDK ReferencesADLX InterfacesGPU TuningIADLXManualTuningState

Syntax

ADLX_RESULT    GetVoltage (adlx_uint* value)

Parameters

#DirectionNameTypeDescription
1.[out]valueadlx_uint*The pointer to a variable where the voltage (in mV) in the manual tuning state is returned.

Return Value

If the voltage is successfully returned, ADLX_OK is returned.

If the voltage is not successfully returned, an error code is returned.

Refer to ADLX_RESULT for success codes and error codes.

Requirements

Headerinclude “IGPUTuning.h”
Minimum version1.0

See Also: ADLX Enums