public interface IAsciiCommand
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCommandLine()
Returns the Ascii command line (including terminators) to be sent to the device to execute the command
|
java.lang.String |
getCommandName()
Gets the Ascii command identifier e.g.
|
double |
getMaxSynchronousWaitTime()
Gets or sets the maximum time (in seconds) to wait for this command to complete when invoked synchronously
|
IAsciiCommandResponder |
getSynchronousCommandResponder()
Gets or sets the IAsciiCommandResponder that will cause this command to execute synchronously
|
void |
setMaxSynchronousWaitTime(double value) |
void |
setSynchronousCommandResponder(IAsciiCommandResponder value) |
java.lang.String getCommandName()
double getMaxSynchronousWaitTime()
void setMaxSynchronousWaitTime(double value)
IAsciiCommandResponder getSynchronousCommandResponder()
void setSynchronousCommandResponder(IAsciiCommandResponder value)
java.lang.String getCommandLine()