mirror of
https://github.com/sascha-hemi/pycom-documentation.git
synced 2026-03-21 13:06:14 +01:00
514 B
514 B
title, aliases
| title | aliases | |
|---|---|---|
| Send custom message callback |
|
Sends custom message callback.
Method
pybytes.set_custom_message_callback(callback)
Parameters
| name | Description | is Required | Default value |
|---|---|---|---|
| callback | function | Yes | - |
Example
pybytes.set_custom_message_callback(print("Hello Pycom!"))
Success Response
>> Hello Pycom!