mirror of
https://github.com/sascha-hemi/pycom-documentation.git
synced 2026-03-25 12:07:56 +01:00
34 lines
715 B
Markdown
34 lines
715 B
Markdown
---
|
|
title: "Pybytes library API"
|
|
aliases:
|
|
- pybytes/api/enable_lte
|
|
---
|
|
|
|
**Enable LTE**
|
|
----
|
|
Enable LTE connection
|
|
|
|
|
|
**Method**
|
|
----
|
|
**pybytes.enable_lte(carrier, cid, band, apn, type, reset, fallback)**
|
|
|
|
**Parameters**
|
|
----
|
|
| name | Description | is Required | Default value
|
|
| ------------- |:-------------:|:-------------:|:-------------:|
|
|
| carrier | Carrier | No | None |
|
|
| cid | Cid | No | None |
|
|
| band | Band | No | None |
|
|
| apn | APN | No | None |
|
|
| type | Type | No | None |
|
|
| reset | Reset | No | None |
|
|
| fallback | Fallbackena | No | False |
|
|
|
|
**Example**
|
|
----
|
|
`pybytes.enable_lte('Standard', 1, 3, 'internet', 'IP', False)`
|
|
|
|
**Success Response**
|
|
`TBD`
|