Click or drag to resize

TcpConnection Properties

The TcpConnection type exposes the following members.

Properties
  NameDescription
Public propertyAddress
Returns the address which was passed into the constructor.
Public propertyConnected
Returns true if the connection is open.
(Inherited from ConnectionA.)
Public propertyManufacturer
See the classes which implement this property for the format of the printer manufacturer string.
(Inherited from ConnectionA.)
Public propertyMaxDataToWrite
Gets or sets the maximum number of bytes to write at one time
(Inherited from ConnectionA.)
Public propertyMaxTimeoutForRead
Gets or sets the maximum time, in milliseconds, to wait for any data to be received.
(Inherited from ConnectionA.)
Public propertyPortNumber
Returns the port number which was passed into the constructor.
Public propertySimpleConnectionName
Gets the IP address as the description.
(Overrides ConnectionASimpleConnectionName.)
Public propertyTimeToWaitForMoreData
Gets or sets the maximum time, in milliseconds, to wait in-between reads after the initial read.
(Inherited from ConnectionA.)
Top
See Also