uTrack
|
All the information about a command to send to the Bluetooth module. More...
#include <utBluetooth.h>
Data Fields | |
char | command [BT_MAX_COMMAND_LENGTH] |
int | numAttempts |
int | maxAttempts |
All the information about a command to send to the Bluetooth module.
BTCommand::command |
The command to send. Null terminated.
BTCommand::maxAttempts |
The number of times to try sending the command.
BTCommand::numAttempts |
The number of times the command has been sent unsuccessfully so far.