|
MultiProtocolFrameParserSendDeviceCommand(ICommandFrame) Method
|
Namespace: GSF.PhasorProtocolsAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.248-beta
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);
View SourceParameters
- commandFrame ICommandFrame
- Command frame to send.
Return Value
WaitHandleA
WaitHandle for send operation.
ExceptionsException | Condition |
---|
ArgumentNullException | commandFrame is null. |
InvalidOperationException | Device does not support commands - or - No channel open for command publication. |
See Also