pascalSCADA OPM: socket_types

Pascal SCADA OPM

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
  • ptTCP: = TCP port.
  • ptUDP: = UDP port.
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


Generated by PasDoc 0.14.0.