Sets the value of the specified data point, along with its quality and timestamp.

public void SET( 
string name
object value
int quality
DateTime timestamp 
)

Parameters

name

Type: string

The fully-qualified name of the data point.

value

Type: object

The value of the data point. The value can be numeric or text.

quality

Type: int

The quality of the data point.

timestamp

Type: DateTime

The timestamp of the data point.