EDDeviceSendCommand Method |
Send a command to the Brainboxes device using the supplied protocol.
Namespace:
Brainboxes.IO
Assembly:
Brainboxes.IO (in Brainboxes.IO.dll) Version: 1.5.0.8
Syntaxpublic string SendCommand(
string command
)
Public Function SendCommand (
command As String
) As String
abstract SendCommand :
command : string -> string
override SendCommand :
command : string -> string
Parameters
- command
- Type: SystemString
command to send
Return Value
Type:
StringResponse or null if no response
Implements
IEDDeviceSendCommand(String)
See Also