BluetoothSerial::write()
名称
BluetoothSerial::write()
説明
Bluetoothシリアルポートから受信したデータを読む。
書式
#include "BluetoothSerial.h"
size_t BluetoothSerial::write(uint8_t c);
size_t BluetoothSerial::write(const uint8_t *buffer, size_t size);
引数
c | 送信する値(1バイト)。 |
buffer | バイト列として送信するデータ。 |
size | データの大きさ。 |
戻り値
送信したバイト数。
使用例
バージョン
Hardware: | ESP-WROOM-32 |
Software: | Arduino core for the ESP32 2.0.4 |
最終更新日
September 4, 2022