ASCIIProtocolCommandDoesNotHaveResponse Method |
Test whether the command does not have an ASCII response from the ED Device
Namespace: Brainboxes.IOAssembly: Brainboxes.IO (in Brainboxes.IO.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool CommandDoesNotHaveResponse(
string command
)
Public Function CommandDoesNotHaveResponse (
command As String
) As Boolean
member CommandDoesNotHaveResponse :
command : string -> bool
Parameters
- command String
- Command to send
Return Value
Booleantrue if not response
See Also