OpcClassicInterface Members

Namespace: Opc.UaFx.Classic
Assemblies: Opc.UaFx.Advanced.dll, Opc.UaFx.Advanced.dll
The OpcClassicInterface type exposes the following members.

OpcClassicInterface(OpcClassicInterfaceCategory, String, Guid, Version)

C#

public OpcClassicInterface(OpcClassicInterfaceCategory category, string name, Guid identifier, Version version)


Parameters

category OpcClassicInterfaceCategory


name String


identifier Guid


version Version


Category

C#

public OpcClassicInterfaceCategory Category { get; }


Property Value

OpcClassicInterfaceCategory

Identifier

C#

public Guid Identifier { get; }


Property Value

Guid

Name

C#

public string Name { get; }


Property Value

String

ShortName

C#

public string ShortName { get; }


Property Value

String

Version

C#

public Version Version { get; }


Property Value

Version

ToString()

C#

public override string ToString()


Returns

String