Unit Sockets

From Ultibo.org
Revision as of 04:44, 2 September 2016 by Ultibo (Talk | contribs)

Jump to: navigation, search

Return to Unit Reference


Description


This unit includes the interface normally provided by the sockets unit in the FPC package rtl-extras. The rtl-extras package does not build the sockets unit for target Ultibo as this unit will always be available to provide the required functionality for any other package that uses it.

Constants


To be documented

Type definitions


To be documented

Public variables


To be documented

Function declarations



Initialization functions

procedure SocketsInit;
Description: To be documented
Note To be documented


function SocketsStart:LongWord;
Description: To be documented
Note To be documented


function SocketsStop:LongWord;
Description: To be documented
Note To be documented


procedure SocketsAsyncStart(Data:Pointer);
Description: To be documented
Note To be documented


Return to Unit Reference