The properties of the TipcSrv class are listed below. For a complete list of TipcSrv class members, see the TipcSrv 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. |
![]() | Returns true if this process is connected to RTserver, false otherwise. |
![]() | Returns the status of the connection, CONN_WARM, CONN_NONE, or CONN_FULL, |
![]() | Gets the default callback for CONTROL messages. |
![]() | Gets the default RTclient error callback. This is useful if you wish to replace the default error callback. The returned TipcCb object can be passed to the removeErrorCb method. The default RTclient error callback first calls destroy to destroy the current connection to the RTserver, then calls create to create a new connection to the RTserver. |
![]() | 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. |
![]() | Checks if this process is connected to RTserver, and connects if its isn't. |
![]() | Gets the fully expanded logical connection name for the server we are connected to. |
![]() | Gets the name of the server we are connected to. |
![]() | Gets the list of subjects currently subscribed to. |
![]() | 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. |
![]() | Returns the unique subject of the connection |
![]() | Get user id of client process. |
![]() | Gets the total number of bytes in the connection's write buffer. |
TipcSrv Class | TIBCO.SMARTSOCKETS Namespace