C# 클래스 Opc.Ua.EUInformation

Stores information about engineering units.
파일 보기 프로젝트 열기: OPCFoundation/UA-.NETStandardLibrary 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

EUInformation() 공개 메소드

Initializes the object with the unitName and namespaceUri.
public EUInformation ( string unitName, string namespaceUri ) : System
unitName string
namespaceUri string
리턴 System

EUInformation() 공개 메소드

Initializes the object with the unitName and namespaceUri.
public EUInformation ( string shortName, string longName, string namespaceUri ) : System
shortName string
longName string
namespaceUri string
리턴 System