364 Voice API for Windows Operating Systems Library Reference — November 2003
dx_RxIottData( ) — receive data on a specified channel
tpt.tp_termno = DX_MAXTIME;
tpt.tp_length = 1000;
tpt.tp_flags = TF_MAXTIME;
if (
dx_RxIottData(chdev, &iott, NULL, DT_ADSI, &adsimode, EV_SYNC)
< 0) {
fprintf(stderr, "ERROR: dx_TxIottData failed on Channel %s; error:
%s\n", ATDV_NAMEP(chdev), ATDV_ERRMSGP(chdev));
}
.
.
.
}
!
!!
!See Also
dx_TxIottData( )
dx_TxRxIottData( )