API Documentation
Loading...
Searching...
No Matches
CommandInformation Struct Reference

#include <HardwareCommandQueue.h>

Collaboration diagram for CommandInformation:
[legend]

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
 

Member Data Documentation

◆ command

String command

◆ default_argument

String default_argument

◆ number_of_attempts

uint04 number_of_attempts = 0

◆ number_of_failures

uint04 number_of_failures = 0

◆ response_timeout

TimeSpan response_timeout = TimeSpan(0.0f)

◆ rx_delay

TimeSpan rx_delay = TimeSpan(0.0f)

◆ supports_command

◆ total_time

TimeSpan total_time = TimeSpan(0.0f)

◆ tx_delay

TimeSpan tx_delay = TimeSpan(0.0f)

◆ validation_regex

String validation_regex

The documentation for this struct was generated from the following file: