Unit msesockets
Description
This item has no description.
Overview
Classes, Interfaces, Objects and Records
| Name | Description |
|---|---|
Class tsocketreader |
|
Class tsocketwriter |
|
Class tcustomsocketpipes |
|
Class tsocketpipes |
|
Class tcustomsocketcomp |
|
Class tsocketcomp |
|
Class tcustomurlsocketcomp |
|
Class turlsocketcomp |
|
Class tcustomsocketclient |
|
Class tsocketclient |
|
Class tsocketstdio |
|
Class tcustomsocketserver |
|
Class tsocketserver |
|
Class tsocketserverstdio |
Functions and Procedures
procedure checksyserror(const aresult: integer); |
procedure socketerror(const error: syserrorty; const text: string = ''); |
Types
socketpipesarty = array of tsocketpipes; |
socketaccepteventty = procedure(const sender: tcustomsocketserver; const asocket: integer; const addr: socketaddrty; var accept: boolean) of object; |
socketserverconnecteventty = procedure(const sender: tcustomsocketserver; const apipes: tcustomcommpipes) of object; |
socketserverstatety = (...); |
socketserverstatesty = set of socketserverstatety; |
Constants
defaultmaxconnections = 16; |
Description
Functions and Procedures
procedure checksyserror(const aresult: integer); |
|
This item has no description. |
procedure socketerror(const error: syserrorty; const text: string = ''); |
|
This item has no description. |
Types
socketpipesarty = array of tsocketpipes; |
|
This item has no description. |
socketaccepteventty = procedure(const sender: tcustomsocketserver; const asocket: integer; const addr: socketaddrty; var accept: boolean) of object; |
|
This item has no description. |
socketserverconnecteventty = procedure(const sender: tcustomsocketserver; const apipes: tcustomcommpipes) of object; |
|
This item has no description. |
socketserverstatety = (...); |
|
This item has no description. Values
|
socketserverstatesty = set of socketserverstatety; |
|
This item has no description. |
Constants
defaultmaxconnections = 16; |
|
This item has no description. |
Generated by PasDoc 0.17.0.snapshot.