SmartSockets .NET Class Library

TipcConnClient Properties

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

Public Instance Properties

Arch Returns the architecture this client is running on.
AutoFlushSize 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 Gets/Sets the blocking mode. This is true (i.e., block) by default.
DefaultControlCb Gets the default callback for CONTROL messages.
DefaultGmdFailureCb Gets the default callback for GMD_FAILURE messages.
GmdNumPending Gets the number of GMD messages that have been sent but not ack'd or deleted.
LocalPid Gets/Sets the local pid for this connection.
Node Gets the node (host) name for the remote machine.
NumQueued Get the number of messages queued for reading.
Pid Get the pid (process id) for the remote machine.
Properties Get this connection's properties.
QueueSize Gets the size of the read queue, in bytes.
ReadBufferSize Gets the total number of bytes in the connection's read buffer.
TrafficBytesRecv 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 Gets the total number of bytes received on this connection
TrafficBytesSent 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 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 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 Gets the total number of messages received on this connection
TrafficMsgsSent 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 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 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.
User Get user id of client process.
WriteBufferSize Gets the total number of bytes in the connection's write buffer.

See Also

TipcConnClient Class | TIBCO.SMARTSOCKETS Namespace | TipcConnServer | TipcSvc


Copyright © TIBCO Software Inc. All rights reserved