Click or drag to resize

ASCIIProtocolSendCommand Method

Send a command to a Brainboxes Device and optionally receive a response back from the device

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

Parameters

command
Type: SystemString
command to send to device

Return Value

Type: String
response from device, null if there is no response

Implements

IIOProtocolSendCommand(String)
See Also