public static Softing.OPCToolbox.ValueQT[] CreateSDKCollection(List <Value> list) { Softing.OPCToolbox.ValueQT[] l = new Softing.OPCToolbox.ValueQT[list.Count]; for (int i = 0; i < list.Count; i++) { l[i] = list[i].Wrapped; } return(l); }
public Value(Softing.OPCToolbox.ValueQT value) { m_wrapped = value; }
public Value() { m_wrapped = new Softing.OPCToolbox.ValueQT(); }