C# Class Opc.Ua.Com.Client.AeSourceState

A object which maps a segment to a UA object.
Inheritance: Opc.Ua.BaseObjectState
Afficher le fichier Open project: OPCFoundation/UA-.NET Class Usage Examples

Méthodes publiques

Méthode Description
AeSourceState ( ISystemContext context, string areaId, string qualifiedName, string name, ushort namespaceIndex ) : System

Initializes a new instance of the AeSourceState class.

Method Details

AeSourceState() public méthode

Initializes a new instance of the AeSourceState class.
public AeSourceState ( ISystemContext context, string areaId, string qualifiedName, string name, ushort namespaceIndex ) : System
context ISystemContext The context.
areaId string The area id.
qualifiedName string The qualified name for the source.
name string The name of the source.
namespaceIndex ushort Index of the namespace.
Résultat System