TWinsock2RAWClient
From Ultibo.org
Revision as of 04:13, 6 June 2018 by Ultibo (Talk | contribs) (Created page with "Return to Unit Winsock2 __TOC__ === Description === ---- ''To be documented'' === Class definitions === ---- <div class="toccolours mw-collapsible mw-...")
Return to Unit Winsock2
Description
To be documented
Class definitions
[Expand]
TWinsock2RAWClient = class(TWinsock2RAWSocket)
Function declarations
[Expand]
procedure TWinsock2RAWClient.SetUseConnect(AUseConnect:Boolean);
Description: To be documented
[Expand]
procedure TWinsock2RAWClient.SetBoundAddress(const ABoundAddress:String);
Description: To be documented
[Expand]
procedure TWinsock2RAWClient.SetRemoteHost(const ARemoteHost:String);
Description: To be documented
[Expand]
procedure TWinsock2RAWClient.SetRemoteAddress(const ARemoteAddress:String);
Description: To be documented
[Expand]
function TWinsock2RAWClient.AllocateFamily:Boolean;
Description: Check Family, Bound Address and Remote Address, normalise as needed
[Expand]
function TWinsock2RAWClient.AllocateRemoteAddress(var ALength:Integer):PSockAddr;
Description: Allocate a socket address structure for the remote address and port
Return to Unit Reference