C# Class Softing.OPCToolbox.Server.AeAttribute

An instance of the AeAttribute class describes a variant value which an OPC Client may request to be transmitted together with an event notification.
Exibir arquivo Open project: SoftingIndustrial/OPC-Classic-SDK Class Usage Examples

Public Methods

Method Description
AeAttribute ( uint anId, string aName, Type aDataType ) : System

default Constructor

Method Details

AeAttribute() public method

default Constructor
public AeAttribute ( uint anId, string aName, Type aDataType ) : System
anId uint
aName string
aDataType Type
return System