IIOProtocolSendCommand Method |
send a command using the given protocol
Namespace: Brainboxes.IOAssembly: Brainboxes.IO (in Brainboxes.IO.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax string SendCommand(
string command
)
Function SendCommand (
command As String
) As String
abstract SendCommand :
command : string -> string
Parameters
- command String
- The command to send to the Brainboxes Device
Return Value
StringThe response returned from the Brainboxes device, null if no response
See Also