Maxim-integrated 73M1822/73M1922 Modem API Instrukcja Użytkownika Strona 17

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 37
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 16
UG_1x22_055 73M1822/73M1922 Modem API User Guide
Rev. 1.0 17
2.18 M1X22_UpdateCurrentIET
Description
Perform the line current IET table update.
Prototype
int M1X22_UpdateCurrentIET (
M1X22_HANDLE channel,
unsigned int ietIndex,
M1X22_IET_t *pIET );
Parameters
Data Type Name Description
M1X22_HANDLE
channel
Channel handle obtained from open channel.
unsigned int
ietIndex
IET entry index row number (0 9).
M1X22_IET_t
*pIET
Pointer to an input structure M1X22_IET_t.
Return Values
Data Type Description
M1X22_RET
M1X22_SUCCESS Successfully update the IET entry.
M1X22_FAILED Failure.
2.19 M1X22_ClearCurrentIET
Description
Delete the line current IET table entry.
Prototype
int M1X22_ClearCurrentIET (
M1X22_HANDLE channel,
unsigned int ietIndex);
Parameters
Data Type Name Description
M1X22_HANDLE
channel
Channel handle obtained from open channel.
unsigned int
ietIndex
IET entry index row number (0 9).
Return Values
Data Type Description
M1X22_RET
M1X22_SUCCESS Successfully clear the IET entry.
M1X22_FAILED Failure.
Przeglądanie stron 16
1 2 ... 12 13 14 15 16 17 18 19 20 21 22 ... 36 37

Komentarze do niniejszej Instrukcji

Brak uwag