#include <BleMessage.h>
◆ BleMessage()
| BleMessage::BleMessage |
( |
| ) |
|
Construct a new Ble Message object.
◆ clear()
| void BleMessage::clear |
( |
| ) |
|
Set the message back to its defaults.
◆ copy()
Sets its values equal to another BleMessage.
- Parameters
-
◆ matching()
Check if two messages are matching.
- Parameters
-
| msg1 | One of the messages to check |
| msg2 | One of the messages to check |
- Returns
- int One if the messages match, Zero if they dont
◆ print()
Print the message values to the Serial monitor.
- Parameters
-
◆ command
| char BleMessage::command = 0 |
◆ data
| float BleMessage::data[_max_size] |
◆ expecting
| int BleMessage::expecting = 0 |
◆ is_complete
| bool BleMessage::is_complete = false |
The documentation for this class was generated from the following files: