|   | MultiProtocolFrameParserSendRawDeviceCommand Method | 
        
        
            Sends the specified raw command to the remote device.
            
        
        Namespace: GSF.PhasorProtocolsAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.257-beta
 Syntax
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);
Parameters
- rawCommand  UInt16
- UInt16 to send to the remote device.
Return Value
WaitHandleA 
WaitHandle for send operation.
 Remarks
Remarks See Also
See Also