
73M1866B/73M1966B FXOAPI User Guide UG_1x66B_046
34 Rev. 2.1
2.12.3 M1x66_ClearCurrentIET
Description
Delete the line current IET table entry.
Prototype
int M1x66_ClearCurrentIET (
M1x66_HANDLE channel,
unsigned int ietIndex);
Parameters
Data Type Name Description
Channel handle obtained from FXO open channel.
IET entry index – row number (0 – 9).
Return Values
Data Type Description
M1x66_RET
M1x66_SUCCESS – Successfully clear the IET entry.
M1x66_FAILED – Failure.
2.12.4 M1x66_GetVoltageIET
Description
Read the line voltage IET table entry.
Prototype
int M1x66_GetVoltageIET (
M1x66_HANDLE channel,
unsigned int ietIndex,
M1966_IET_t *pIET );
Parameters
Data Type Name Description
Channel handle obtained from FXO open channel.
IET entry index – row number (0 – 9).
Pointer to an output structure M1966_IET_t.
Return Values
Data Type Description
M1x66_RET
M1x66_SUCCESS – Successfully read the IET entry.
M1x66_FAILED – Failure.
Comentarios a estos manuales