SmartSockets .NET Class Library

TipcSrv Properties

The properties of the TipcSrv class are listed below. For a complete list of TipcSrv class members, see the TipcSrv Members topic.

Public Instance Properties

Arch (inherited from TipcConnClient) Returns the architecture this client is running on.
AutoFlushSize (inherited from TipcConnClient) 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.
BlockMode (inherited from TipcConnClient) Gets/Sets the blocking mode. This is true (i.e., block) by default.
ConnStatus Returns true if this process is connected to RTserver, false otherwise.
ConnStatusEx Returns the status of the connection, CONN_WARM, CONN_NONE, or CONN_FULL,
DefaultControlCb (inherited from TipcConnClient) Gets the default callback for CONTROL messages.
DefaultErrorCb 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.
DefaultGmdFailureCb (inherited from TipcConnClient) Gets the default callback for GMD_FAILURE messages.
GmdNumPending (inherited from TipcConnClient) Gets the number of GMD messages that have been sent but not ack'd or deleted.
LocalPid (inherited from TipcConnClient) Gets/Sets the local pid for this connection.
Node (inherited from TipcConnClient) Gets the node (host) name for the remote machine.
NumQueued (inherited from TipcConnClient) Get the number of messages queued for reading.
Pid (inherited from TipcConnClient) Get the pid (process id) for the remote machine.
Properties (inherited from TipcConnClient) Get this connection's properties.
QueueSize (inherited from TipcConnClient) Gets the size of the read queue, in bytes.
ReadBufferSize (inherited from TipcConnClient) Gets the total number of bytes in the connection's read buffer.
Running Checks if this process is connected to RTserver, and connects if its isn't.
ServerLCN Gets the fully expanded logical connection name for the server we are connected to.
ServerName Gets the name of the server we are connected to.
SubscribedList Gets the list of subjects currently subscribed to.
TrafficBytesRecv (inherited from TipcConnClient) 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.
TrafficBytesRecv8 (inherited from TipcConnClient) Gets the total number of bytes received on this connection
TrafficBytesSent (inherited from TipcConnClient) 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.
TrafficBytesSent8 (inherited from TipcConnClient) 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.
TrafficMsgsRecv (inherited from TipcConnClient) 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.
TrafficMsgsRecv8 (inherited from TipcConnClient) Gets the total number of messages received on this connection
TrafficMsgsSent (inherited from TipcConnClient) 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.
TrafficMsgsSent8 (inherited from TipcConnClient) 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.
UniqueSubject Returns the unique subject of the connection
User (inherited from TipcConnClient) Get user id of client process.
WriteBufferSize (inherited from TipcConnClient) Gets the total number of bytes in the connection's write buffer.

See Also

TipcSrv Class | TIBCO.SMARTSOCKETS Namespace


Copyright © TIBCO Software Inc. All rights reserved