ASCIIProtocolSendCommand Method |
Send a command to a Brainboxes Device and optionally receive a response back from the device
Namespace: Brainboxes.IOAssembly: Brainboxes.IO (in Brainboxes.IO.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string SendCommand(
string command
)
Public Function SendCommand (
command As String
) As String
abstract SendCommand :
command : string -> string
override SendCommand :
command : string -> string
Parameters
- command String
- command to send to device
Return Value
Stringresponse from device, null if there is no response
Implements
IIOProtocolSendCommand(String)See Also