Event fires on reception of serial port data
Declaration Syntax
C# | Visual Basic | Visual C++ |
public event CommPort..::.ReceivedDataHandler ReceivedData
Public Event ReceivedData As CommPort..::.ReceivedDataHandler
public: event CommPort..::.ReceivedDataHandler^ ReceivedData { void add (CommPort..::.ReceivedDataHandler^ value); void remove (CommPort..::.ReceivedDataHandler^ value); }