2 m1x66_chan_init_t, M1x66_chan_init_t – Maxim Integrated 73M1866B/73M1966B FXOAPI User Manual
Page 43

UG_1x66B_046
73M1866B/73M1966B FXOAPI User Guide
Rev. 2.1
43
3.2 M1x66_CHAN_INIT_t
Description
Channel initialization structure. This structure contains mainly the country code. The
M1x66_InitChannel
API passes the pointer to this data structure to configure the channel to operate in
a specific region. Refer to M1x66_COUNTRY_CODE for the list of countries supported.
Prototype
/*
**************************************************************************
** Channel Init Structure
*************************************************************************/
typedef struct {
unsigned char nMode;
M1x66_COUNTRY_CODE nCountry;
void *pProc;
}
m1966_ChanInit;
typedef m1966_ChanInit M1x66_CHAN_INIT_t;
Parameters
Data Type
Name
Description
char
nMode
N/A
M1x66_COUNTRY_CODE nCountry
Defined country codes.
void *
pProc
N/A