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.0.0.0 (1.0.0.0)
Syntax
string SendCommand(
	string command
)

Parameters

command  String
The command to send to the Brainboxes Device

Return Value

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