You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
namespace OPCDA.NET
|
|
|
|
|
{
|
|
|
|
|
using OPCDA;
|
|
|
|
|
using System;
|
|
|
|
|
|
|
|
|
|
public class DataBindEventData
|
|
|
|
|
{
|
|
|
|
|
public int error;
|
|
|
|
|
public ItemDef itemInfo;
|
|
|
|
|
public OPC_QUALITY_STATUS quality;
|
|
|
|
|
public DateTime timestamp;
|
|
|
|
|
public object val;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|