TWinsock2UDPServer
From Ultibo.org
Return to Unit Winsock2
Description
To be documented
Class definitions
[Expand]
TWinsock2UDPServer = class(TWinsock2UDPSocket)
Function declarations
[Expand]
constructor TWinsock2UDPServer.Create(AListener:TWinsock2UDPListener);
Description: To be documented
[Expand]
procedure TWinsock2UDPServer.SetUseListener(AUseListener:Boolean);
Description: To be documented
[Expand]
procedure TWinsock2UDPServer.SetBuffer(ABuffer:TWinsock2UDPServerBuffer);
Description: To be documented
[Expand]
procedure TWinsock2UDPServer.SetLastError(ALastError:LongInt);
Description: To be documented
[Expand]
function TWinsock2UDPServer.RecvData(AData:Pointer; ACount:Integer):Integer;
Description: To be documented
[Expand]
function TWinsock2UDPServer.SendData(AData:Pointer; ACount:Integer):Integer;
Description: To be documented
[Expand]
function TWinsock2UDPServer.BroadcastData(APort:Word; AData:Pointer; ACount:Integer):Integer;
Description: To be documented
[Expand]
function TWinsock2UDPServer.RecvDataFrom(var AHost:String; var APort:Word; AData:Pointer; ACount:Integer):Integer;
Description: To be documented
[Expand]
function TWinsock2UDPServer.SendDataTo(const AHost:String; APort:Word; AData:Pointer; ACount:Integer):Integer;
Description: To be documented
[Expand]
function TWinsock2UDPServer.BroadcastDataTo(const AAddress:String; APort:Word; AData:Pointer; ACount:Integer):Integer;
Description: To be documented
Return to Unit Reference