Click or drag to resize

MultiProtocolFrameParserSendDeviceCommand(DeviceCommand) Method

Sends the specified DeviceCommand to the remote device.

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

Parameters

command  DeviceCommand
DeviceCommand to send to the remote device.

Return Value

WaitHandle
A WaitHandle for send operation.
Remarks
Command will only be sent if DeviceSupportsCommands is true and MultiProtocolFrameParser.
See Also