Maxim-integrated 73M1866B/73M1966B Infineon TAPI High-Level Driver Instrukcja Użytkownika Strona 18

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 35
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 17
73M1866B/73M1966B TAPI High-Level Driver User Guide UG_1x66B_021
18 Rev. 2.2
3.13 IFX_TAPI_PHONE_VOLUME_SET
Description
Sets the speaker phone and microphone volume settings.
#define IFX_TAPI_PHONE_VOLUME_SET _IOW(IFX_TAPI_IOC_MAGIC, 0x42, int)
Prototype
int ioctl (
int chan_fd,
int IFX_TAPI_PHONE_VOLUME_SET,
unsigned long param );
Parameters
Data Type Name Description
chan_fd
Channel descriptor.
IFX_TAPI_PHONE_VOLUME_SET
I/O control identifier for this operation.
unsigned long param
The parameter points to an
IFX_TAPI_LINE_VOLUME_t
structure.
Return Values
Data Type Description
int
IFX_ERROR Failed to set volume.
IFX_SUCCESS Successful.
3.14 IFX_TAPI_FXO_HOOK_SET
Description
Issues on-/off-hook in the fxo interface.
#define IFX_TAPI_FXO_HOOK_SET _IOW(IFX_TAPI_IOC_MAGIC, 0xDB, int)
Prototype
int ioctl (
int chan_fd,
int IFX_TAPI_FXO_HOOK_SET,
unsigned long param );
Parameters
Data Type Name Description
chan_fd
Channel descriptor.
IFX_TAPI_FXO_HOOK_SET
I/O control identifier for this operation.
param
Hook requested.
Return Values
Data Type Description
int
IFX_ERRORFailed to perform hook switch.
IFX_SUCEESS Successful.
Przeglądanie stron 17
1 2 ... 13 14 15 16 17 18 19 20 21 22 23 ... 34 35

Komentarze do niniejszej Instrukcji

Brak uwag