EDDeviceSendCommand Method |
Send a command to the Brainboxes device using the supplied protocol.
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
Return Value
StringResponse or null if no response
Implements
IEDDeviceSendCommand(String)See Also