WizziLab / modem_ref_v5_3_217

Dependents:   modem_ref_helper_for_v5_3_217

Embed: (wiki syntax)

« Back to documentation index

alp_spec.h File Reference

alp_spec.h File Reference

========================================================================={{{ Copyright (c) 2012-2018 WizziLab / All rights reserved / / IMPORTANT: This Software may not be modified, copied or distributed unless / embedded on a WizziLab product. 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-2018 WizziLab / All rights reserved / / IMPORTANT: This Software may not be modified, copied or distributed unless / embedded on a WizziLab product.

Other than for the foregoing purpose, this / Software and/or its documentation may not be used, reproduced, copied, / prepared derivative works of, modified, performed, distributed, displayed / or sold for any purpose. For the sole purpose of embedding this Software / on a WizziLab product, copy, modification and distribution of this / Software is granted provided that the following conditions are respected: / / Redistributions of source code must retain the above copyright notice, / this list of conditions and the following disclaimer / / Redistributions in binary form must reproduce the above copyright / notice, this list of conditions and the following disclaimer in the / documentation and/or other materials provided with the distribution. / / The name of WizziLab can not be used to endorse or promote products / derived from this software without specific prior written permission. / / THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS / "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED / TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR / PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR / CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, / EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, / PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, / OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY / OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING / NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS / SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. / WIZZILAB HAS NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, / ENHANCEMENTS OR MODIFICATIONS. / / 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 211 of file alp_spec.h.