Click or drag to resize

MultiProtocolFrameParserSendDeviceCommand(ICommandFrame) Method

Sends the specified ICommandFrame to the remote device.

Namespace: GSF.PhasorProtocols
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
public WaitHandle SendDeviceCommand(
	ICommandFrame commandFrame
)
View Source

Parameters

commandFrame  ICommandFrame
Command frame to send.

Return Value

WaitHandle
A WaitHandle for send operation.
Exceptions
ExceptionCondition
ArgumentNullExceptioncommandFrame is null.
InvalidOperationExceptionDevice does not support commands - or - No channel open for command publication.
See Also