Click or drag to resize

ASCIIProtocolCommandDoesNotHaveResponse Method

Test whether the command does not have an ASCII response from the ED Device

Namespace:  Brainboxes.IO
Assembly:  Brainboxes.IO (in Brainboxes.IO.dll) Version: 1.5.0.8
Syntax
public bool CommandDoesNotHaveResponse(
	string command
)

Parameters

command
Type: SystemString

[Missing <param name="command"/> documentation for "M:Brainboxes.IO.ASCIIProtocol.CommandDoesNotHaveResponse(System.String)"]

Return Value

Type: Boolean
true if not response
See Also