C# Class Quickstarts.DataAccessServer.UnderlyingSystemTag

This class stores the state of a tag known to the system.
This class only stores the information about an tag that a system has. The system has no concept of the UA information model and the NodeManager must convert the information stored in this class into the UA equivalent.
Mostrar archivo Open project: OPCFoundation/UA-.NET Class Usage Examples

Public Methods

Method Description
CreateSnapshot ( ) : UnderlyingSystemTag

Creates a snapshot of the tag.

Method Details

CreateSnapshot() public method

Creates a snapshot of the tag.
public CreateSnapshot ( ) : UnderlyingSystemTag
return UnderlyingSystemTag