C# Class Opc.Ua.Server.TypeSourceTable

ファイルを表示 Open project: OPCFoundation/UA-.NETStandardLibrary Class Usage Examples

Public Methods

Method Description
FindTypeSource ( NodeId typeId ) : BaseTypeSource

Returns the source for a types that has shared components defined.

Some types define shared components which are used by all instances of the type. This table contains sources for those shared components.

SetTypeSource ( NodeId typeId, BaseTypeSource source ) : void

Sets the source for a types that has shared components defined.

Removes the entry from the table if the source is null.

TypeSourceTable ( ) : System

Initializes the instance.

Method Details

FindTypeSource() public method

Returns the source for a types that has shared components defined.
Some types define shared components which are used by all instances of the type. This table contains sources for those shared components.
public FindTypeSource ( NodeId typeId ) : BaseTypeSource
typeId NodeId
return BaseTypeSource

SetTypeSource() public method

Sets the source for a types that has shared components defined.
Removes the entry from the table if the source is null.
public SetTypeSource ( NodeId typeId, BaseTypeSource source ) : void
typeId NodeId
source BaseTypeSource
return void

TypeSourceTable() public method

Initializes the instance.
public TypeSourceTable ( ) : System
return System