The ADSI_XFERSTRUC data structure contains parameters for the reception and transmission of ADSI data.
The ADSI_XFERSTRUC is used to specify parameters for ADSI data transmission and reception using the dx_RxIottData( ), dx_TxIottData( ), and dx_TxRxIottData( ) functions.
5.2.2. ADSI_XFERSTRUC Definitiontypedef struct_ADSI_XFERSTRUC{
UINT cbSize;
DWORD dwTxDataMode;
DWORD dwRxDataMode;
}ADSI_XFERSTRUC;
5.2.3. ADSI_XFERSTRUC Parameters
Parameter |
Description |
cbSize |
specifies the size of the structure, in bytes |
dwTxDataMode |
specifies one of the following data transmission modes: |
ADSI_ALERT for FSK with Alert (CAS) ADSI_NOALERT for FSK without Alert (CAS) ADSI_ONHOOK_SEIZURE for On-Hook with Seizure ADSI_ONHOOK_NOSEIZURE for On-Hook without Seizure | |
dwRxDataMode |
specifies one of the following data reception modes: |
ADSI_ALERT for FSK with Alert (CAS) ADSI_NOALERT for FSK without Alert (CAS) ADSI_ONHOOK_SEIZURE for On-Hook with Seizure ADSI_ONHOOK_NOSEIZURE for On-Hook without Seizure |
Click here to contact Dialogic Customer Engineering
Copyright 2002, Dialogic Corporation