C# Class Opc.Ua.EUInformation

Stores information about engineering units.
Afficher le fichier Open project: OPCFoundation/UA-.NETStandardLibrary Class Usage Examples

Méthodes publiques

Méthode Description
EUInformation ( string unitName, string namespaceUri ) : System

Initializes the object with the unitName and namespaceUri.

EUInformation ( string shortName, string longName, string namespaceUri ) : System

Initializes the object with the unitName and namespaceUri.

Method Details

EUInformation() public méthode

Initializes the object with the unitName and namespaceUri.
public EUInformation ( string unitName, string namespaceUri ) : System
unitName string
namespaceUri string
Résultat System

EUInformation() public méthode

Initializes the object with the unitName and namespaceUri.
public EUInformation ( string shortName, string longName, string namespaceUri ) : System
shortName string
longName string
namespaceUri string
Résultat System