Click or drag to resize
ISerialConnector Properties

The ISerialConnector type exposes the following members.

Properties
  NameDescription
Public propertyAuthentication
Gets or sets the authentication to use with the connection. If this is set then the other side must implement the same authentication.
(Inherited from IConnector.)
Public propertyBaudRate
Gets or sets the baud rate to use.
Public propertyComPort
Gets or sets the COM port to listen to.
Public propertyConnection
Gets the first (or only) connection established by the connector.
(Inherited from IConnector.)
Public propertyConnectionStatus
Gets the connection status. This only reflects the status of the connector - individual connections being maintained by the connector have their own status.
(Inherited from IConnector.)
Public propertyCountExceptions
Gets the number of exceptions ever encountered by the connector.
(Inherited from IConnector.)
Public propertyCreated
Gets the date and time, at UTC, that the connector was first created.
(Inherited from IConnector.)
Public propertyDataBits
Gets or sets the data bits to use.
Public propertyEstablishingConnections (Inherited from IConnector.)
Public propertyHandshake
Gets or sets the handshake protocol to use.
Public propertyHasConnection
Gets a value indicating that the connector has established a connection with at least one end point.
(Inherited from IConnector.)
Public propertyIntent
Gets a description of the intended use of the connector. Only used for diagnostics.
(Inherited from IConnector.)
Public propertyIsPassive
Gets or sets a value indicating whether the connector waits for other things to connect to it or it actively connects to other things.
(Inherited from IConnector.)
Public propertyIsSingleConnection
Gets or sets a value indicating whether the connector supports multiple connections or a single connection.
(Inherited from IConnector.)
Public propertyLastException
Gets the last exception encountered by the connector.
(Inherited from IConnector.)
Public propertyName
Gets or sets the name of the connector.
(Inherited from IConnector.)
Public propertyParity
Gets or sets the parity to use.
Public propertyShutdownText
Gets or sets the text to send across the COM port on shutdown - a null or empty string will disable the feature. Can contain \r and \n.
Public propertyStaleMessageTimeout
Gets the maximum age (in milliseconds) that a message can sit in the transmit queue before it is considered stale and discarded.
(Inherited from IConnector.)
Public propertyStartupText
Gets or sets the text to send across the COM port on startup - a null or empty string will disable the feature. Can contain \r and \n.
Public propertyStopBits
Gets or sets the stop bits to use.
Top
See Also