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.

16 lines
275 B
C#

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;
}
}