pascalSCADA OPM: ProtocolDriver

Pascal SCADA OPM

Unit ProtocolDriver

Description

Unit that implements a base class of protocol driver.

:

****************************** History ******************************* *********************************************************************** 07/2013 - Moved OpenTagEditor to TagBuilderAssistant to remove form dependencies ***********************************************************************

Overview

Classes, Interfaces, Objects and Records

Name Description
Class TProtocolDriver  

Types

TTagList = specialize TFPGList<TTag>;

Variables

DriverCount:Cardinal;

Description

Types

TTagList = specialize TFPGList<TTag>;
 

Variables

DriverCount:Cardinal;

: Protocol driver counter, used to generate unique names of events, mutexes and semaphores on Windows platforms.

Don't change the value of this variable.

Authors


Generated by PasDoc 0.14.0.