TWinsock2RAWSocket

From Ultibo.org
Jump to: navigation, search

Return to Unit Winsock2


Description


To be documented

Class definitions



[Expand]

TWinsock2RAWSocket = class(TWinsock2Socket)


Function declarations



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


[Expand]
procedure TWinsock2RAWSocket.SetSocketType(ASocketType:Integer);
Description: To be documented


[Expand]
procedure TWinsock2RAWSocket.SetProtocol(AProtocol:Integer);
Description: To be documented


[Expand]
procedure TWinsock2RAWSocket.SetBufferSize(ABufferSize:Integer);
Description: To be documented


[Expand]
procedure TWinsock2RAWSocket.SetBroadcastEnabled(ABroadcastEnabled:Boolean);
Description: To be documented


[Expand]
function TWinsock2RAWSocket.RecvFromSocket(ASockAddr:PSockAddr; ASockLen:PInteger; AData:Pointer; ASize:Integer; var ACount:Integer):LongInt;
Description: To be documented


[Expand]
function TWinsock2RAWSocket.SendToSocket(ASockAddr:PSockAddr; ASockLen:Integer; AData:Pointer; ASize:Integer; var ACount:Integer):LongInt;
Description: To be documented


[Expand]
function TWinsock2RAWSocket.RecvFromSocketEx(AHandle:THandle; ASockAddr:PSockAddr; ASockLen:PInteger; AData:Pointer; ASize:Integer; var ACount:Integer; var AClosed:Boolean):LongInt;
Description: To be documented


[Expand]
function TWinsock2RAWSocket.SendToSocketEx(AHandle:THandle; ASockAddr:PSockAddr; ASockLen:Integer; AData:Pointer; ASize:Integer; var ACount:Integer):LongInt;
Description: To be documented


[Expand]
function TWinsock2RAWSocket.RecvData(AData:Pointer; ACount:Integer):Integer;
Description: To be documented


[Expand]
function TWinsock2RAWSocket.SendData(AData:Pointer; ACount:Integer):Integer;
Description: To be documented


[Expand]
function TWinsock2RAWSocket.BroadcastData(AData:Pointer; ACount:Integer):Integer;
Description: To be documented


[Expand]
function TWinsock2RAWSocket.RecvDataFrom(var AHost:String; AData:Pointer; ACount:Integer):Integer;
Description: To be documented


[Expand]
function TWinsock2RAWSocket.SendDataTo(const AHost:String; AData:Pointer; ACount:Integer):Integer;
Description: To be documented


[Expand]
function TWinsock2RAWSocket.BroadcastDataTo(const AAddress:String; AData:Pointer; ACount:Integer):Integer;
Description: To be documented


Return to Unit Reference