public vecinfo(vecinfo other) : this(stfuncsPINVOKE.new_vecinfo__SWIG_1(vecinfo.getCPtr(other)), true) { if (stfuncsPINVOKE.SWIGPendingException.Pending) { throw stfuncsPINVOKE.SWIGPendingException.Retrieve(); } }
public vecinfoEnumerator(vecinfo collection) { collectionRef = collection; currentIndex = -1; currentObject = null; currentSize = collectionRef.Count; }
public void SetRange(int index, vecinfo values) { stfuncsPINVOKE.vecinfo_SetRange(swigCPtr, index, vecinfo.getCPtr(values)); if (stfuncsPINVOKE.SWIGPendingException.Pending) { throw stfuncsPINVOKE.SWIGPendingException.Retrieve(); } }
public void AddRange(vecinfo values) { stfuncsPINVOKE.vecinfo_AddRange(swigCPtr, vecinfo.getCPtr(values)); if (stfuncsPINVOKE.SWIGPendingException.Pending) { throw stfuncsPINVOKE.SWIGPendingException.Retrieve(); } }
public static vecinfo Repeat(t_ExcDevInfoPacket value, int count) { IntPtr cPtr = stfuncsPINVOKE.vecinfo_Repeat(t_ExcDevInfoPacket.getCPtr(value), count); vecinfo ret = (cPtr == IntPtr.Zero) ? null : new vecinfo(cPtr, true); if (stfuncsPINVOKE.SWIGPendingException.Pending) { throw stfuncsPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public vecinfo GetRange(int index, int count) { IntPtr cPtr = stfuncsPINVOKE.vecinfo_GetRange(swigCPtr, index, count); vecinfo ret = (cPtr == IntPtr.Zero) ? null : new vecinfo(cPtr, true); if (stfuncsPINVOKE.SWIGPendingException.Pending) { throw stfuncsPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public static int GetDevInfos(vecinfo pvDevInfos) { int ret = stfuncsPINVOKE.GetDevInfos(vecinfo.getCPtr(pvDevInfos)); return(ret); }
internal static HandleRef getCPtr(vecinfo obj) { return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr); }