mirror of
https://github.com/sascha-hemi/pycom-documentation.git
synced 2026-03-21 11:06:37 +01:00
491 B
491 B
title, aliases
| title | aliases | |
|---|---|---|
| Pybytes library API |
|
Send custom message callback
Send custom location.
Method
pybytes.set_custom_message_callback(callback)
Parameters
| name | Description | is Required | Default value |
|---|---|---|---|
| callback | function | Yes | - |
Example
pybytes.set_custom_message_callback(true)
Success Response TBD