![]() |
#include <Bluetooth.h>
Fonctions membres publiques | |
| Bluetooth () | |
| void | connect (String nom, String mdp="1234", bool isThingz=true) |
| void | disconnect () |
| void | send (String donnees) |
| void | send (int donnees) |
| void | send (float donnees) |
| void | acceptConnection (String module) |
| String | receive () |
| String | localName () |
| String | localPassword () |
| void | setPassword (String mdp) |
| void | changeModuleId (uint8_t id) |
| void | changeModuleName (String nameBl) |
| String | getModuleName () |
| bool | dataAvailable () |
Fonctions membres publiques hérités de SerialBlock | |
| SerialBlock () | |
| SerialBlock (int baudrate) | |
| void | changeBaudrate (long baudrate) |
| void | write (String data) |
Membres hérités additionnels | |
Fonctions membres publiques statiques hérités de SerialBlock | |
| static void | receive () |
| Bluetooth::Bluetooth | ( | ) |
| void Bluetooth::acceptConnection | ( | String | module | ) |
| void Bluetooth::changeModuleId | ( | uint8_t | id | ) |
| void Bluetooth::changeModuleName | ( | String | nameBl | ) |
| void Bluetooth::connect | ( | String | nom, |
| String | mdp = "1234", |
||
| bool | isThingz = true |
||
| ) |
| bool Bluetooth::dataAvailable | ( | ) |
| void Bluetooth::disconnect | ( | ) |
| String Bluetooth::getModuleName | ( | ) |
| String Bluetooth::localName | ( | ) |
| String Bluetooth::localPassword | ( | ) |
| String Bluetooth::receive | ( | ) |
| void Bluetooth::send | ( | String | donnees | ) |
| void Bluetooth::send | ( | int | donnees | ) |
| void Bluetooth::send | ( | float | donnees | ) |
| void Bluetooth::setPassword | ( | String | mdp | ) |
1.8.15