Skip to content

GetSamplingIntervalRange

Navigation: ADLX SDK ReferencesADLX InterfacesPerformance MonitoringIADLXPerformanceMonitoringServices

Syntax

ADLX_RESULT    GetSamplingIntervalRange (ADLX_IntRange* range)

Parameters

#DirectionNameTypeDescription
1.[out]rangeADLX_IntRangeThe pointer to a variable where the sampling interval range (in millisecond) is returned.

Return Value

If the sampling interval range is successfully returned, ADLX_OK is returned.

If the sampling interval range is not successfully returned, an error code is returned.

Refer to ADLX_RESULT for success codes and error codes.

Remarks

The maximum sampling interval, minimum sampling interval, and step sampling interval are read only.

Requirements

Headerinclude “IPerformanceMonitoring.h”
Minimum version1.0

See Also: ADLX_IntRange, ADLX Enums