C# 클래스 Workshop.Helpers

파일 보기 프로젝트 열기: OPCFoundation/UA-.NET

공개 메소드들

메소드 설명
CreateClientConfiguration ( ) : ApplicationConfiguration

Creates a minimal application configuration for a client.

In most cases the application configuration will be loaded from an XML file. This example populates the configuration in code.

CreateEndpointDescription ( ) : EndpointDescription

Creates a minimal endpoint description which allows a client to connect to a server.

In most cases the client will use the server's discovery endpoint to fetch the information constained in this structure.

CreateServerConfiguration ( ) : ApplicationConfiguration

Creates a minimal application configuration for a server.

In many cases the application configuration will be loaded from an XML file. This example populates the configuration in code.

메소드 상세

CreateClientConfiguration() 공개 정적인 메소드

Creates a minimal application configuration for a client.
In most cases the application configuration will be loaded from an XML file. This example populates the configuration in code.
public static CreateClientConfiguration ( ) : ApplicationConfiguration
리턴 ApplicationConfiguration

CreateEndpointDescription() 공개 정적인 메소드

Creates a minimal endpoint description which allows a client to connect to a server.
In most cases the client will use the server's discovery endpoint to fetch the information constained in this structure.
public static CreateEndpointDescription ( ) : EndpointDescription
리턴 Opc.Ua.EndpointDescription

CreateServerConfiguration() 공개 정적인 메소드

Creates a minimal application configuration for a server.
In many cases the application configuration will be loaded from an XML file. This example populates the configuration in code.
public static CreateServerConfiguration ( ) : ApplicationConfiguration
리턴 ApplicationConfiguration