TWinsock2UDPClient

From Ultibo.org
Jump to: navigation, search

Return to Unit Winsock2


Description


To be documented

Class definitions



[Expand]

TWinsock2UDPClient = class(TWinsock2UDPSocket)


Function declarations



[Expand]
constructor TWinsock2UDPClient.Create;
Description: To be documented


[Expand]
destructor TWinsock2UDPClient.Destroy;
Description: To be documented


[Expand]
procedure TWinsock2UDPClient.SetUseConnect(AUseConnect:Boolean);
Description: To be documented


[Expand]
procedure TWinsock2UDPClient.SetFamily(AFamily:Integer);
Description: To be documented


[Expand]
procedure TWinsock2UDPClient.SetBoundAddress(const ABoundAddress:String);
Description: To be documented


[Expand]
procedure TWinsock2UDPClient.SetRemotePort(ARemotePort:Word);
Description: To be documented


[Expand]
procedure TWinsock2UDPClient.SetRemoteHost(const ARemoteHost:String);
Description: To be documented


[Expand]
procedure TWinsock2UDPClient.SetRemoteAddress(const ARemoteAddress:String);
Description: To be documented


[Expand]
function TWinsock2UDPClient.AllocateFamily:Boolean;
Description: Check Family, Bound Address and Remote Address, normalise as needed


[Expand]
function TWinsock2UDPClient.AllocateRemoteAddress(var ALength:Integer):PSockAddr;
Description: Allocate a socket address structure for the remote address and port


[Expand]
function TWinsock2UDPClient.Connect:Boolean;
Description: To be documented


[Expand]
function TWinsock2UDPClient.Disconnect:Boolean;
Description: To be documented


Return to Unit Reference