TcpStatusConnection Properties |
The TcpStatusConnection type exposes the following members.
Name | Description | |
---|---|---|
![]() | Address |
Returns the address which was passed into the constructor.
(Inherited from TcpConnection.) |
![]() | Connected |
Returns true if the connection is open.
(Inherited from ConnectionA.) |
![]() | Manufacturer |
See the classes which implement this property for the format of the printer manufacturer string.
(Inherited from ConnectionA.) |
![]() | MaxDataToWrite |
Gets or sets the maximum number of bytes to write at one time
(Inherited from ConnectionA.) |
![]() | MaxTimeoutForRead |
Gets or sets the maximum time, in milliseconds, to wait for any data to be received.
(Inherited from ConnectionA.) |
![]() | PortNumber |
Returns the port number which was passed into the constructor.
(Inherited from TcpConnection.) |
![]() | SimpleConnectionName |
Returns the IP address and the status port as the description.
(Overrides TcpConnectionSimpleConnectionName.) |
![]() | TimeToWaitForMoreData |
Gets or sets the maximum time, in milliseconds, to wait in-between reads after the initial read.
(Inherited from ConnectionA.) |