The properties of the TipcConnClient class are listed below. For a complete list of TipcConnClient class members, see the TipcConnClient Members topic.
![]() | Returns the architecture this client is running on. |
![]() | Gets/Sets the number of bytes buffered before the outbound queue is automatically flushed, or 0 if this behavior is disabled, in which case manual calls to flush are required to empty the outbound queue. |
![]() | Gets/Sets the blocking mode. This is true (i.e., block) by default. |
![]() | Gets the default callback for CONTROL messages. |
![]() | Gets the default callback for GMD_FAILURE messages. |
![]() | Gets the number of GMD messages that have been sent but not ack'd or deleted. |
![]() | Gets/Sets the local pid for this connection. |
![]() | Gets the node (host) name for the remote machine. |
![]() | Get the number of messages queued for reading. |
![]() | Get the pid (process id) for the remote machine. |
![]() | Get this connection's properties. |
![]() | Gets the size of the read queue, in bytes. |
![]() | Gets the total number of bytes in the connection's read buffer. |
![]() | Gets the total number of bytes received on this connection Note: The result is truncated to 31 bits, and may contain an incorrect sign bit on some older clients. New clients should use TrafficBytesRecv8. |
![]() | Gets the total number of bytes received on this connection |
![]() | Gets the total number of bytes written to the write buffer on a connection. This number usually is the same as the total number of bytes actually sent on the connection, but sometimes the retrieved number is larger than the number of bytes sent when the write buffer is not frequently flushed. Note: The result is truncated to 31 bits, and may contain an incorrect sign bit on some older clients. New clients should use TrafficBytesSent8. |
![]() | Gets the total number of bytes written to the write buffer on a connection. This number usually is the same as the total number of bytes actually sent on the connection, but sometimes the retrieved number is larger than the number of bytes sent when the write buffer is not frequently flushed. |
![]() | Gets the total number of messages received on this connection Note: The result is truncated to 31 bits, and may contain an incorrect sign bit on some older clients. New clients should use TrafficMsgsRecv8. |
![]() | Gets the total number of messages received on this connection |
![]() | Gets the total number of messages written to the write buffer on a connection. This number usually is the same as the total number of messages actually sent on the connection, but sometimes the retrieved number is larger than the number of messages sent when the write buffer is not frequently flushed. Note: The result is truncated to 31 bits, and may contain an incorrect sign bit on some older clients. New clients should use TrafficMsgsSent8. |
![]() | Gets the total number of messages written to the write buffer on a connection. This number usually is the same as the total number of messages actually sent on the connection, but sometimes the retrieved number is larger than the number of messages sent when the write buffer is not frequently flushed. |
![]() | Retrieve the unique subject of the peer we are connected to. The unique subject is, as the name suggests, a name unique to a process. This method returns the unique subject for the process at the other end of the connection. |
![]() | Get user id of client process. |
![]() | Gets the total number of bytes in the connection's write buffer. |
TipcConnClient Class | TIBCO.SMARTSOCKETS Namespace | TipcConnServer | TipcSvc