Visavi Visual OPC .NET  

IOpcValue Interface

Represents a value that is returned by the OPC Server.

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

System.IFormattable
   Visavi.Opc.Client.IOpcValue

[Visual Basic]
 Public
   Interface IOpcValue
   Inherits IFormattable
[C#]
 public interface IOpcValue: IFormattable
[C++]
 public __gc __interface IOpcValue : public
   IFormattable
[JScript]
public interface IOpcValue extends IFormattable

Thread Safety

The properties (Quality, Timestamp, and Value) are guaranteed to be thread safe. Access to these items are protected by a ReaderWriterLock. Multiple threads may simultaneously get the property values; however, only one thread may be accessing the property when setting it's value. These properties are only set from callback methods from the OPC Server.

Remarks

The IOpcValue interface contains the value, quality, and timestamp of a value returned from the OPC Server.

Requirements

Namespace: Visavi.Opc.Client

Platforms:  Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

Assembly: Visavi.Opc.Client

See Also

IOpcValue Members | Visavi.Opc.Client Namespace