INGEAR.NET.MBLINK

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
   MBLink.Tag

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

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

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: MBLink

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

See Also

Tag Members | MBLink Namespace