WizziLab / modem_ref

Dependents:   modem_ref_helper

Embed: (wiki syntax)

« Back to documentation index

alp.h File Reference

alp.h File Reference

========================================================================={{{ Copyright (c) 2012-2020 WizziLab / All rights reserved / / Should you have any questions regarding your right to use this Software, / contact WizziLab at www.wizzilab.com. More...

Go to the source code of this file.

Enumerations

enum  alp_msg_t {
  ALP_MSG_UNS, ALP_MSG_ERR, ALP_MSG_CMD, ALP_MSG_RES,
  ALP_MSG_DONE
}

Functions

_public int alp_itf_d7a_cfg_size (u8 *cfg)
 Get size of the D7A interface configuration.
_public int alp_itf_size (void *itf)
 Get size of the interface configuration.

Detailed Description

========================================================================={{{ Copyright (c) 2012-2020 WizziLab / All rights reserved / / Should you have any questions regarding your right to use this Software, / contact WizziLab at www.wizzilab.com.

/ =========================================================================}}} Wizzilab's specific ALP definitions

Definition in file alp.h.


Enumeration Type Documentation

enum alp_msg_t
Enumerator:
ALP_MSG_UNS 

Unsollicited message.

ALP_MSG_ERR 

Deprecated.

ALP_MSG_CMD 

Command message XXX deprecated BUT (mis)used in ALP Interfaces.

ALP_MSG_RES 

Response message.

ALP_MSG_DONE 

Interface Termination message (used for TAG EOP handing)

Definition at line 98 of file alp.h.


Function Documentation

_public int alp_itf_d7a_cfg_size ( u8 *  cfg )

Get size of the D7A interface configuration.

Parameters:
cfgpointer to the configuration
Returns:
int configuration size

Definition at line 18 of file alp_itf_d7a.cpp.

_public int alp_itf_size ( void *  itf )

Get size of the interface configuration.

Parameters:
itfpointer to the configuration
Returns:
int configuration size

Definition at line 168 of file alp_helpers.cpp.