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