Click or drag to resize

IIOProtocolSendCommand Method

send a command using the given protocol

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

Parameters

command
Type: SystemString
The command to send to the Brainboxes Device

Return Value

Type: String
The response returned from the Brainboxes device, null if no response
See Also