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

A object which maps a segment to a UA object.
Inheritance: Opc.Ua.BaseObjectState
ファイルを表示 Open project: OPCFoundation/UA-.NET Class Usage Examples

Public Methods

Method 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 method

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.
return System