Click or drag to resize
Xcalibur Systems LLC Logo

TcpRow Fields

The TcpRow type exposes the following members.

Fields
 NameDescription
Public fieldLocalAddress The local IPv4 address for the TCP connection on the local computer. A value of zero indicates the listener can accept a connection on any interface.
Public fieldLocalPortRaw The local port number in network byte order for the TCP connection on the local computer (raw).
Public fieldRemoteAddress The IPv4 address for the TCP connection on the remote computer. When the dwState member is , this value has no meaning.
Public fieldRemotePortRaw The remote port number in network byte order for the TCP connection on the remote computer. When the member is , this member has no meaning (raw).
Public fieldState The state of the TCP connection. This member can be one of the values defined in the Iprtrmib.h header file.
Top
See Also