Event fires on reception of serial port data
Namespace:
VideoRay.CommunicationAssembly: vrLib (in vrLib.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C# |
---|
public event CommPort..::.ReceivedDataHandler ReceivedData |
Visual Basic (Declaration) |
---|
Public Event ReceivedData As CommPort..::.ReceivedDataHandler |
Visual C++ |
---|
public: event CommPort..::.ReceivedDataHandler^ ReceivedData { void add (CommPort..::.ReceivedDataHandler^ value); void remove (CommPort..::.ReceivedDataHandler^ value); } |