C# 클래스 Quickstarts.ComDataAccessServer.ComDaServerWrapper

Implements a basic UA Data Access Server.
Each server instance must have one instance of a StandardServer object which is responsible for reading the configuration file, creating the endpoints and dispatching incoming requests to the appropriate handler. This sub-class specifies non-configurable metadata such as Product Name and initializes the DataAccessServerNodeManager which provides access to the data exposed by the Server.
상속: ComWrapperServer
파일 보기 프로젝트 열기: OPCFoundation/UA-.NET 1 사용 예제들

보호된 메소드들

메소드 설명
LoadServerProperties ( ) : ServerProperties

Loads the non-configurable properties for the application.

These properties are exposed by the server but cannot be changed by administrators.

메소드 상세

LoadServerProperties() 보호된 메소드

Loads the non-configurable properties for the application.
These properties are exposed by the server but cannot be changed by administrators.
protected LoadServerProperties ( ) : ServerProperties
리턴 Opc.Ua.ServerProperties