|   | MultiProtocolFrameParserSendDeviceCommand(ICommandFrame) Method | 
        
        
        
        Namespace: GSF.PhasorProtocolsAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic WaitHandle SendDeviceCommand(
	ICommandFrame commandFrame
)
Public Function SendDeviceCommand ( 
	commandFrame As ICommandFrame
) As WaitHandle
public:
WaitHandle^ SendDeviceCommand(
	ICommandFrame^ commandFrame
)
member SendDeviceCommand : 
        commandFrame : ICommandFrame -> WaitHandle function SendDeviceCommand(commandFrame);
Parameters
- commandFrame  ICommandFrame
- Command frame to send.
Return Value
WaitHandleA 
WaitHandle for send operation.
 Exceptions
Exceptions| Exception | Condition | 
|---|
| ArgumentNullException | commandFrame is null. | 
| InvalidOperationException | Device does not support commands - or - No channel open for command publication. | 
 See Also
See Also