![]() |
NDEVR
API Documentation
|
An item in the command queue containing the command, arguments, and validation regex. More...
Public Member Functions | |
| void | clear () |
| Resets this item to its default empty state. | |
Public Attributes | |
| String | args |
| The arguments for the command. | |
| t_type | command = t_type(0) |
| The command to execute. | |
| String | regex |
| A regex pattern for validating the command response. | |
An item in the command queue containing the command, arguments, and validation regex.
Definition at line 85 of file HardwareCommandQueue.h.