beautypg.com

26 m1x22_stopmeasurevoltage, M1x22_stopmeasurevoltage – Maxim Integrated 73M1822/73M1922 Modem API User Manual

Page 21

background image

UG_1x22_055

73M1822/73M1922 Modem API User Guide

Rev. 1.0

21

2.26 M1X22_StopMeasureVoltage

Description

Stop the line voltage measurement.

Prototype

int M1X22_StopMeasureVoltage (

M1X22_HANDLE channel,
unsigned int sampleTime,
unsigned int averageSampleCount );


Parameters

Data Type

Name

Description

M1X22_HANDLE

channel

Channel handle obtained from open channel.

unsigned int

sampleTime

Time interval between two consecutive samples.

unsigned int

averageSampleCount Sample count for average calculation.


Return Values

Data Type

Description

M1X22_RET

M1X22_SUCCESS – Successfully stopped.
M1X22_FAILED – Failure.