Click or drag to resize

MultiProtocolFrameParserSendRawDeviceCommand Method

Sends the specified raw command to the remote device.

Namespace: GSF.PhasorProtocols
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
public WaitHandle SendRawDeviceCommand(
	ushort rawCommand
)
View Source

Parameters

rawCommand  UInt16
UInt16 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