mirror of
https://github.com/sascha-hemi/pycom-documentation.git
synced 2026-03-23 22:07:14 +01:00
22 lines
243 B
Markdown
22 lines
243 B
Markdown
---
|
|
title: "Pybytes library API"
|
|
aliases:
|
|
- pybytes/api/is_connected
|
|
---
|
|
|
|
**Is connected**
|
|
----
|
|
Returns true if connected
|
|
|
|
|
|
**Method**
|
|
----
|
|
**pybytes.is_connected()**
|
|
|
|
**Example**
|
|
----
|
|
`pybytes.is_connected()`
|
|
|
|
**Success Response**
|
|
`True`
|