|
MultiProtocolFrameParserSendDeviceCommand(DeviceCommand) Method
|
Namespace: GSF.PhasorProtocolsAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.248-beta
SyntaxPublic Function SendDeviceCommand (
command As DeviceCommand
) As WaitHandle
function SendDeviceCommand(command);
View SourceParameters
- command DeviceCommand
- DeviceCommand to send to the remote device.
Return Value
WaitHandleA
WaitHandle for send operation.
Remarks
See Also