[Overview][Constants][Types][Procedures and functions][Variables] |
Return the name (address) of the connected peer.
Source position: socketsh.inc line 187
function GetPeerName( |
Sock: LongInt; |
var Addr; |
var Addrlen: LongInt |
):LongInt; |
GetPeerNamereturns the name of the entity connected to the specified socket Sock. The Socket must be connected for this call to work.
Addrshould point to enough space to store the name, the amount of space pointed to should be set in Addrlen. When the function returns succesfully, Addrwill be filled with the name, and Addrlenwill be set to the length of Addr.
Errors are reported in SocketError, and include the following:
|
Open a connection to a server socket. |
|
|
Create new socket |