TWinsock2UDPServerThread

From Ultibo.org
Revision as of 04:24, 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-...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Return to Unit Winsock2


Description


To be documented

Class definitions



[Expand]

TWinsock2UDPServerThread = class(TWinsock2SocketThread)


Function declarations



[Expand]
constructor TWinsock2UDPServerThread.Create(AServer:TWinsock2UDPServer);
Description: To be documented


[Expand]
destructor TWinsock2UDPServerThread.Destroy;
Description: To be documented


[Expand]
function TWinsock2UDPServerThread.AcquireLock:Boolean;
Description: To be documented


[Expand]
function TWinsock2UDPServerThread.ReleaseLock:Boolean;
Description: To be documented


[Expand]
procedure TWinsock2UDPServerThread.SetActive(AActive:Boolean);
Description: To be documented


[Expand]
procedure TWinsock2UDPServerThread.AfterExecution;
Description: To be documented


[Expand]
procedure TWinsock2UDPServerThread.BeforeExecution;
Description: To be documented


[Expand]
procedure TWinsock2UDPServerThread.Execution;
Description: To be documented


Return to Unit Reference