Unit socket_types
Uses
Classes, Interfaces, Objects and Records
Functions and Procedures
Variables
Description
Some types used by sockets.
:
Overview
Types
TConnectEvent = procedure(var Ok:Boolean) of object; |
TPortType = (...); |
TDisconnectNotifierProc = procedure of object; |
Constants
MODE_NONBLOCKING = 1; |
MODE_BLOCKING = 0; |
Description
Types
TConnectEvent = procedure(var Ok:Boolean) of object; |
delphi ou lazarus sobre windows |
TPortType = (...); |
: Enumerates all kinds of client ports. Values
|
TDisconnectNotifierProc = procedure of object; |
Constants
MODE_NONBLOCKING = 1; |
: Defines the non-blocking mode of socket (don't waits the end of the action). |
MODE_BLOCKING = 0; |
: Defines the blocking mode of socket (waits the end of the action). |
Author
- Fabio Luis Girardi [email protected]
Generated by PasDoc 0.14.0.