mirror of
https://github.com/sascha-hemi/pycom-documentation.git
synced 2026-03-21 18:06:13 +01:00
23 lines
226 B
Markdown
23 lines
226 B
Markdown
---
|
|
title: "Is connected"
|
|
aliases:
|
|
- pybytes/api/isconnected
|
|
---
|
|
|
|
Returns true if connected.
|
|
|
|
**Method**
|
|
----
|
|
**pybytes.isconnected()**
|
|
|
|
**Example**
|
|
----
|
|
`pybytes.isconnected()`
|
|
|
|
**Success Response**
|
|
----
|
|
|
|
```
|
|
>> True
|
|
```
|