C# Class Opc.Ua.Plc.SFCState

Inheritance: Opc.Ua.BaseObjectState
ファイルを表示 Open project: OPCFoundation/UA-Nodeset

Public Methods

Method Description
SFCState ( NodeState parent ) : System

Initializes the type with its default attribute values.

Protected Methods

Method Description
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.

Method Details

GetDefaultTypeDefinitionId() protected method

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
return Opc.Ua.NodeId

Initialize() protected method

Initializes the instance.
protected Initialize ( ISystemContext context ) : void
context ISystemContext
return void

Initialize() protected method

protected Initialize ( ISystemContext context, NodeState source ) : void
context ISystemContext
source NodeState
return void

InitializeOptionalChildren() protected method

Initializes the any option children defined for the instance.
protected InitializeOptionalChildren ( ISystemContext context ) : void
context ISystemContext
return void

SFCState() public method

Initializes the type with its default attribute values.
public SFCState ( NodeState parent ) : System
parent NodeState
return System