Exportable version of WizziLab's modem driver.

Dependents:   modem_ref_helper

Embed: (wiki syntax)

« Back to documentation index

alp_spec.h File Reference

alp_spec.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_urc_type_t {
  ALP_URC_TYPE_NONE = 0xFF, ALP_URC_TYPE_LQUAL = 0, ALP_URC_TYPE_LDOWN = 1, ALP_URC_TYPE_BUSY = 2,
  ALP_URC_TYPE_ITF_BUSY = 3, ALP_URC_TYPE_QTY
}

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.

/ / =========================================================================}}}

Definition in file alp_spec.h.


Enumeration Type Documentation

Enumerator:
ALP_URC_TYPE_NONE 

Disable all URCs on requesting ITF.

ALP_URC_TYPE_LQUAL 

Enable Link Quality (on IFID) URCs on requesting ITF.

ALP_URC_TYPE_LDOWN 

Enable Link Down (on IFID) URCs on requesting ITF.

ALP_URC_TYPE_BUSY 

Enable system/modem URC XXX Could enable subtypes, but API does not allow it.

ALP_URC_TYPE_ITF_BUSY 

Enable Interface BUSY messages.

ALP_URC_TYPE_QTY 

XXX system/modem URC with parameter.

Definition at line 181 of file alp_spec.h.