Occurs when MultiProtocolFrameParser is attempting connection to a device.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public event EventHandler ConnectionAttempt
Public Event ConnectionAttempt As EventHandler
public: event EventHandler^ ConnectionAttempt { void add (EventHandler^ value); void remove (EventHandler^ value); }