Maxim-integrated 73M1822/73M1922 Modem API Manual do Utilizador Página 24

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 37
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 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 página 23
1 2 ... 19 20 21 22 23 24 25 26 27 28 29 ... 36 37

Comentários a estes Manuais

Sem comentários