|
MultiProtocolFrameParserSendRawDeviceCommand Method
|
Sends the specified raw command to the remote device.
Namespace: GSF.PhasorProtocolsAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.248-beta
Syntaxpublic WaitHandle SendRawDeviceCommand(
ushort rawCommand
)
Public Function SendRawDeviceCommand (
rawCommand As UShort
) As WaitHandle
public:
WaitHandle^ SendRawDeviceCommand(
unsigned short rawCommand
)
member SendRawDeviceCommand :
rawCommand : uint16 -> WaitHandle
function SendRawDeviceCommand(rawCommand);
View SourceParameters
- rawCommand UInt16
- UInt16 to send to the remote device.
Return Value
WaitHandleA
WaitHandle for send operation.
Remarks
See Also