INGEAR.NET.GELink

Tag Class

Tag class represents a register memory address (or range of addresses), the data Value, and status codes.

For a list of all members of this type, see Tag Members.

System.Object
   GELink.Tag

[Visual Basic]
Public Class Tag
    Implements IComparable, ITag
[C#]
public class Tag : IComparable, ITag

Thread Safety

This type is safe for multithreaded operations.

Remarks

The Tag class provides QualityCode, TimeStamp, ErrorCode and DataChange notification.

Cached Read/Writes are executed by ReadTag and WriteTag operations.

Immediate Read/Writes are executed using the Now property.

Optimized Group operations are executed using the TagGroup class.

Requirements

Namespace: GELink

Assembly: INGEAR.NET.GELink (in INGEAR.NET.GELink.dll)

See Also

Tag Members | GELink Namespace