TWinsock2UDPSocket
From Ultibo.org
Return to Unit Winsock2
Description
To be documented
Class definitions
[Expand]
TWinsock2UDPSocket = class(TWinsock2Socket)
Function declarations
[Expand]
procedure TWinsock2UDPSocket.SetSocketType(ASocketType:Integer);
Description: To be documented
[Expand]
procedure TWinsock2UDPSocket.SetBufferSize(ABufferSize:Integer);
Description: To be documented
[Expand]
procedure TWinsock2UDPSocket.SetBroadcastEnabled(ABroadcastEnabled:Boolean);
Description: To be documented
[Expand]
function TWinsock2UDPSocket.RecvFromSocket(ASockAddr:PSockAddr; ASockLen:PInteger; AData:Pointer; ASize:Integer; var ACount:Integer):LongInt;
Description: To be documented
[Expand]
function TWinsock2UDPSocket.SendToSocket(ASockAddr:PSockAddr; ASockLen:Integer; AData:Pointer; ASize:Integer; var ACount:Integer):LongInt;
Description: To be documented
[Expand]
function TWinsock2UDPSocket.RecvFromSocketEx(AHandle:THandle; ASockAddr:PSockAddr; ASockLen:PInteger; AData:Pointer; ASize:Integer; var ACount:Integer; var AClosed:Boolean):LongInt;
Description: To be documented
[Expand]
function TWinsock2UDPSocket.SendToSocketEx(AHandle:THandle; ASockAddr:PSockAddr; ASockLen:Integer; AData:Pointer; ASize:Integer; var ACount:Integer):LongInt;
Description: To be documented
[Expand]
function TWinsock2UDPSocket.RecvData(AData:Pointer; ACount:Integer):Integer;
Description: To be documented
[Expand]
function TWinsock2UDPSocket.SendData(AData:Pointer; ACount:Integer):Integer;
Description: To be documented
[Expand]
function TWinsock2UDPSocket.BroadcastData(APort:Word; AData:Pointer; ACount:Integer):Integer;
Description: To be documented
[Expand]
function TWinsock2UDPSocket.RecvDataFrom(var AHost:String; var APort:Word; AData:Pointer; ACount:Integer):Integer;
Description: To be documented
[Expand]
function TWinsock2UDPSocket.SendDataTo(const AHost:String; APort:Word; AData:Pointer; ACount:Integer):Integer;
Description: To be documented
[Expand]
function TWinsock2UDPSocket.BroadcastDataTo(const AAddress:String; APort:Word; AData:Pointer; ACount:Integer):Integer;
Description: To be documented
Return to Unit Reference