TWinsock2TCPSocket

From Ultibo.org
Jump to: navigation, search

Return to Unit Winsock2


Description


To be documented

Class definitions



[Expand]

TWinsock2TCPSocket = class(TWinsock2Socket)


Function declarations



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


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


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


[Expand]
procedure TWinsock2TCPSocket.SetBacklog(ABacklog:Integer);
Description: To be documented


[Expand]
procedure TWinsock2TCPSocket.SetUseNagle(AUseNagle:Boolean);
Description: To be documented


[Expand]
procedure TWinsock2TCPSocket.SetUseKeepalive(AUseKeepalive:Boolean);
Description: To be documented


[Expand]
procedure TWinsock2TCPSocket.SetSegmentSize(ASegmentSize:Integer);
Description: To be documented


[Expand]
procedure TWinsock2TCPSocket.GetMaxSegmentSize:LongWord;
Description: To be documented


[Expand]
procedure TWinsock2TCPSocket.MaxSegmentSize:LongWord read GetMaxSegmentSize write SetMaxSegmentSize;
Description: To be documented


[Expand]
function TWinsock2TCPSocket.Listen(ABacklog:Integer):LongInt;
Description: To be documented


[Expand]
function TWinsock2TCPSocket.ReadFromSocket(AData:Pointer; ASize:Integer):LongInt;
Description: To be documented


[Expand]
function TWinsock2TCPSocket.WriteToSocket(AData:Pointer; ASize:Integer):LongInt;
Description: To be documented


[Expand]
function TWinsock2TCPSocket.ReadFromSocketEx(AData:Pointer; ASize:Integer; var ACount:Integer; var AClosed:Boolean; AWait:Boolean; ATimeout:Integer):LongInt;
Description: To be documented


[Expand]
function TWinsock2TCPSocket.WriteToSocketEx(AData:Pointer; ASize:Integer; var ACount:Integer; AWait:Boolean; ATimeout:Integer):LongInt;
Description: To be documented


[Expand]
function TWinsock2TCPSocket.ReadData(AData:Pointer; ACount:Integer):Boolean;
Description: To be documented


[Expand]
function TWinsock2TCPSocket.WriteData(AData:Pointer; ACount:Integer):Boolean;
Description: To be documented


[Expand]
function TWinsock2TCPSocket.ReadAvailable(AData:Pointer; ASize:Integer; var ACount:Integer; var AClosed:Boolean):Boolean;
Description: To be documented


Return to Unit Reference