Click or drag to resize

IEDDeviceSendCommand Method

Send a command to the Brainboxes Remote IO device using the supplied 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
command to send

Return Value

String
Response or null if no response
See Also