| ISerialConnector Events | 
The ISerialConnector type exposes the following members.
| Name | Description | |
|---|---|---|
| ActivityRecorded | 
            Raised when an activity is recorded by the connector.
              (Inherited from IConnector.) | |
| AddingConnection | 
            Raised when a connection has been established. The connection will not yet be in the list
            of established connections, writes on the connector will not go to this connection. Usually
            raised from a background thread.
              (Inherited from IConnector.) | |
| ConnectionClosed | 
            Raised when a connection has been permanently closed. This will usually be raised from
            a background thread.
              (Inherited from IConnector.) | |
| ConnectionEstablished | 
            Raised when a connection has been established. This will usually be raised from
            a background thread. The connection will be in the list of established connections when
            this is raised.
              (Inherited from IConnector.) | |
| ConnectionStateChanged | 
            Raised when a connection's connection state has changed. This will usually be raised from
            a background thread. Sender will either be an IConnection or this
            IConnector.
              (Inherited from IConnector.) | |
| ExceptionCaught | 
            Raised when an exception is caught on the background thread. The background thread should not
            pass ThreadAbortException through this.
              (Inherited from IBackgroundThreadExceptionCatcher.) |