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.
Afficher le fichier Open project: SoftingIndustrial/OPC-Classic-SDK Class Usage Examples

Méthodes publiques

Méthode Description
AeAttribute ( uint anId, string aName, Type aDataType ) : System

default Constructor

Method Details

AeAttribute() public méthode

default Constructor
public AeAttribute ( uint anId, string aName, Type aDataType ) : System
anId uint
aName string
aDataType Type
Résultat System