Maxim-integrated 73M1822/73M1922 Modem API Manual de usuario Pagina 24

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 37
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 23
73M1822/73M1922 Modem API User Guide UG_1x22_055
24 Rev. 1.0
3.2 M1X22_CHAN_INIT
Description
Channel initialization structure. This structure contains mainly the country code. The
M1X22_InitChannel API passes the pointer to this data structure to configure the channel to operate in
a specific region. Refer to M1X22_COUNTRY_CODE for the list of countries supported.
Prototype
/*
**************************************************************************
** Channel Init Structure
*************************************************************************/
typedef struct {
unsigned char nMode;
M1X22_COUNTRY_CODE nCountry;
void *pProc;
}
m1X22_ChanInit;
typedef m1X22_ChanInit M1X22_CHAN_INIT;
Parameters
Data Type Name Description
char
nMode
N/A
M1X22_COUNTRY_CODE
nCountry
Defined country codes.
void *
pProc
N/A
Vista de pagina 23
1 2 ... 19 20 21 22 23 24 25 26 27 28 29 ... 36 37

Comentarios a estos manuales

Sin comentarios