CT_DEVINFO
typedef struct { unsigned long ct_prodid; /* Dialogic product ID */ unsigned char ct_devfamily; /* Device family */ unsigned char ct_devmode; /* Device mode */ unsigned char ct_nettype; /* Network device type */ unsigned char ct_busmode; /* Bus mode (PEB/SCbus) */ unsigned char ct_busencoding; /* PCM encoding (Mu-Law/A-Law) */ unsigned char ct_rfu[7]; /* reserved for future use */ } CT_DEVINFO;Description
This is a channel/station information structure for MSI boards.
Field Descriptions
The valid choices for each field of the CT_DEVINFO structure are defined in dtilib.h.
- ct_prodid
- contains a valid product identification number for the device. The MSI board's product ID is found in the msilib.h file.
- ct_devfamily
- ct_devmode
- This field is not relevant for the MSI board.
- ct_nettype
- ct_busmode
- specifies the bus architecture the device uses to communicate with other devices in the system.
- ct_busencoding
Click here to contact Telecom Support Resources
Copyright 2003, Intel Corporation