Click or drag to resize
Xcalibur Systems LLC Logo

UdpRowOwnerPid Fields

The UdpRowOwnerPid type exposes the following members.

Fields
 NameDescription
Public fieldLocalAddress The IPv4 address of the UDP endpoint on the local computer. A value of zero indicates a UDP listener willing to accept datagrams for any IP interface associated with the local computer.
Public fieldLocalPort1 The port number of the UDP endpoint on the local computer. This member is stored in network byte order.
Public fieldLocalPort2 The port number of the UDP endpoint on the local computer. This member is stored in network byte order.
Public fieldLocalPort3 The port number of the UDP endpoint on the local computer. This member is stored in network byte order.
Public fieldLocalPort4 The port number of the UDP endpoint on the local computer. This member is stored in network byte order.
Public fieldProcessId The PID of the process that issued the call to the bind function for the UDP endpoint. This member is set to 0 when the PID is unavailable.
Top
See Also