The SC_TSINFO structure contains the numeric quantity defining how many SCbus time slots are associated with a particular device (typically 1) and a pointer to an array that will hold the actual SCbus time slot number(s) (valid numbers are 0 to 1023). The SC_TSINFO structure is used by the SCbus routing functions identified by the suffix:
The SC_TSINFO structure is defined as follows:
typedef struct{
unsigned long sc_numts;
long far *sc_tsarrayp;
}SC_TSINFO;
The sc_numts field of the SC_TSINFO structure must be initialized with the number of SCbus time slots, typically 1. The sc_tsarrayp field must be initialized with a pointer to an array of long integers.
Click here to contact Dialogic Customer Engineering
Copyright 2001, Dialogic Corporation