C# Класс Opc.Ua.Com.Client.ComClient

Provides access to a COM server.
Наследование: ComObject
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Close ( ) : void

Gracefully closes the connection to the server.

ComClient ( ComClientConfiguration configuration ) : System

Initializes the object with the ProgID of the server being accessed.

CreateInstance ( ) : void

Creates an instance of the COM server.

GetErrorString ( int error ) : string

Fetches the error string from the server.

QueryAvailableLocales ( ) : int[]

Fetches the available locales.

SelectLocaleId ( IList availableLocaleIds, IList preferredLocales ) : int

Selects the best matching locale id.

SetLocale ( int localeId ) : void

Sets the current locale.

SetUserIdentity ( IUserIdentity identity ) : void

Sets the current user identity.

Защищенные методы

Метод Описание
OnConnected ( ) : void

Called immediately after connecting to the server.

Описание методов

Close() публичный Метод

Gracefully closes the connection to the server.
public Close ( ) : void
Результат void

ComClient() публичный Метод

Initializes the object with the ProgID of the server being accessed.
public ComClient ( ComClientConfiguration configuration ) : System
configuration ComClientConfiguration
Результат System

CreateInstance() публичный Метод

Creates an instance of the COM server.
public CreateInstance ( ) : void
Результат void

GetErrorString() публичный Метод

Fetches the error string from the server.
public GetErrorString ( int error ) : string
error int
Результат string

OnConnected() защищенный Метод

Called immediately after connecting to the server.
protected OnConnected ( ) : void
Результат void

QueryAvailableLocales() публичный Метод

Fetches the available locales.
public QueryAvailableLocales ( ) : int[]
Результат int[]

SelectLocaleId() публичный статический Метод

Selects the best matching locale id.
public static SelectLocaleId ( IList availableLocaleIds, IList preferredLocales ) : int
availableLocaleIds IList
preferredLocales IList
Результат int

SetLocale() публичный Метод

Sets the current locale.
public SetLocale ( int localeId ) : void
localeId int
Результат void

SetUserIdentity() публичный Метод

Sets the current user identity.
public SetUserIdentity ( IUserIdentity identity ) : void
identity IUserIdentity
Результат void