Click or drag to resize

TCPConnection Properties

The TCPConnection type exposes the following members.

Properties
  NameDescription
Public propertyConnectionTimeout
Connection timeout for the socket in milliseconds, default 20 seconds This is approximately the same as the TCPClient connection timeout, however unlike the TCPClient, this connection timeout can be altered
Public propertyIsAvailable
Whether this connection to a Brainboxes Device is available, e.g. online or offline​. In case of network TCP connection: this is if the device is pingable on the network. In case of serial connection: this is if the device COM port is listed on the system and not open by another process.
(Inherited from Connection.)
Public propertyIsConnected
Whether this connection instance to a Brainboxes Device is active
(Inherited from Connection.)
Public propertyPort
The TCP port of the Connection to the Brainboxes Device e.g. "9500"
Public propertyStream
The Connections underlying stream class
(Inherited from Connection.)
Public propertyTimeout
The connection and stream timeouts (for both stream read and stream write), measured in millseconds
(Overrides ConnectionTimeout.)
Top
See Also