C# Класс Opc.Ua.Fdi7.ServerCommunicationFFH1ServiceState

Наследование: ServerCommunicationServiceState
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
ServerCommunicationFFH1ServiceState ( NodeState parent ) : System

Initializes the type with its default attribute values.

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

Метод Описание
GetDefaultTypeDefinitionId ( Opc.Ua.NamespaceTable namespaceUris ) : Opc.Ua.NodeId

Returns the id of the default type definition node for the instance.

Initialize ( ISystemContext context ) : void

Initializes the instance.

Initialize ( ISystemContext context, NodeState source ) : void
InitializeOptionalChildren ( ISystemContext context ) : void

Initializes the any option children defined for the instance.

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

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

Returns the id of the default type definition node for the instance.
protected GetDefaultTypeDefinitionId ( Opc.Ua.NamespaceTable namespaceUris ) : Opc.Ua.NodeId
namespaceUris Opc.Ua.NamespaceTable
Результат Opc.Ua.NodeId

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

Initializes the instance.
protected Initialize ( ISystemContext context ) : void
context ISystemContext
Результат void

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

protected Initialize ( ISystemContext context, NodeState source ) : void
context ISystemContext
source NodeState
Результат void

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

Initializes the any option children defined for the instance.
protected InitializeOptionalChildren ( ISystemContext context ) : void
context ISystemContext
Результат void

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

Initializes the type with its default attribute values.
public ServerCommunicationFFH1ServiceState ( NodeState parent ) : System
parent NodeState
Результат System