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.5.0.8
Syntaxstring SendCommand(
string command
)
Function SendCommand (
command As String
) As String
abstract SendCommand :
command : string -> string
Parameters
- command
- Type: SystemString
command to send
Return Value
Type:
StringResponse or null if no response
See Also