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