Namespace:
VideoRay.Communication
Assembly: vrLib (in vrLib.dll) Version: 2.0.0.0 (2.0.0.0)
Assembly: vrLib (in vrLib.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C# |
---|
public override void Port_ReceivedData( Object sender, CommPort..::.DataReceivedArgs dataArg ) |
Visual Basic (Declaration) |
---|
Public Overrides Sub Port_ReceivedData ( _ sender As Object, _ dataArg As CommPort..::.DataReceivedArgs _ ) |
Visual C++ |
---|
public: virtual void Port_ReceivedData( Object^ sender, CommPort..::.DataReceivedArgs^ dataArg ) override |
Parameters
- sender
- Type: System..::.Object