API Documentation
|
#include <HardwareCommandQueue.h>
Public Attributes | |
String | command |
String | validation_regex |
String | default_argument |
TimeSpan | total_time = TimeSpan(0.0f) |
uint04 | number_of_attempts = 0 |
uint04 | number_of_failures = 0 |
TimeSpan | tx_delay = TimeSpan(0.0f) |
TimeSpan | rx_delay = TimeSpan(0.0f) |
TimeSpan | response_timeout = TimeSpan(0.0f) |
CommandSupport | supports_command = CommandSupport::e_supported |
String command |
String default_argument |
uint04 number_of_attempts = 0 |
uint04 number_of_failures = 0 |
CommandSupport supports_command = CommandSupport::e_supported |
String validation_regex |