Subclass of DDInputOutput.
More...
#include <esp32dumbdisplay.h>
|
| DDBluetoothSerialIO (const String &btLocalName, bool enableSerial=false, unsigned long serialBaud=DD_SERIAL_BAUD) |
|
const char * | getWhat () |
|
bool | available () |
|
char | read () |
|
void | print (const String &s) |
|
void | print (const char *p) |
|
void | write (uint8_t b) |
|
void | write (const uint8_t *buf, size_t size) |
|
bool | preConnect (bool firstCall) |
|
void | flush () |
|
bool | canConnectPassive () |
|
bool | canUseBuffer () |
|
| DDInputOutput (unsigned long serialBaud=DD_SERIAL_BAUD) |
|
DDInputOutput * | newForSerialConnection () |
|
virtual const char * | getWhat () |
|
virtual bool | available () |
|
virtual char | read () |
|
virtual void | print (const String &s) |
|
virtual void | print (const char *p) |
|
virtual void | write (uint8_t b) |
|
virtual void | write (const uint8_t *buf, size_t size) |
|
virtual void | flush () |
|
virtual void | keepAlive () |
|
virtual void | validConnection () |
|
virtual bool | preConnect (bool firstCall) |
|
virtual bool | canConnectPassive () |
|
virtual bool | canUseBuffer () |
|
bool | isSerial () |
|
bool | isForSerial () |
|
bool | isBackupBySerial () |
|
bool | willUseSerial () |
|
|
| DDInputOutput (unsigned long serialBaud, bool backupBySerial, bool setupForSerial) |
|
unsigned long | serialBaud |
|
bool | backupBySerial |
|
bool | setupForSerial |
|
Subclass of DDInputOutput.
◆ available()
bool DDBluetoothSerialIO::available |
( |
| ) |
|
|
inlinevirtual |
◆ canConnectPassive()
bool DDBluetoothSerialIO::canConnectPassive |
( |
| ) |
|
|
inlinevirtual |
◆ canUseBuffer()
bool DDBluetoothSerialIO::canUseBuffer |
( |
| ) |
|
|
inlinevirtual |
◆ flush()
void DDBluetoothSerialIO::flush |
( |
| ) |
|
|
inlinevirtual |
◆ getWhat()
const char * DDBluetoothSerialIO::getWhat |
( |
| ) |
|
|
inlinevirtual |
◆ preConnect()
bool DDBluetoothSerialIO::preConnect |
( |
bool |
firstCall | ) |
|
|
inlinevirtual |
◆ print() [1/2]
void DDBluetoothSerialIO::print |
( |
const char * |
p | ) |
|
|
inlinevirtual |
◆ print() [2/2]
void DDBluetoothSerialIO::print |
( |
const String & |
s | ) |
|
|
inlinevirtual |
◆ read()
char DDBluetoothSerialIO::read |
( |
| ) |
|
|
inlinevirtual |
◆ write() [1/2]
void DDBluetoothSerialIO::write |
( |
const uint8_t * |
buf, |
|
|
size_t |
size |
|
) |
| |
|
inlinevirtual |
◆ write() [2/2]
void DDBluetoothSerialIO::write |
( |
uint8_t |
b | ) |
|
|
inlinevirtual |