Exemplo n.º 1
0
 public DeviceStatusMap(DeviceStatusMap other) : this(msclPINVOKE.new_DeviceStatusMap__SWIG_1(DeviceStatusMap.getCPtr(other)), true)
 {
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 2
0
 public DeviceStatusMapEnumerator(DeviceStatusMap collection)
 {
     collectionRef = collection;
     keyCollection = new global::System.Collections.Generic.List <DeviceStatusValues>(collection.Keys);
     currentIndex  = -1;
     currentObject = null;
     currentSize   = collectionRef.Count;
 }
Exemplo n.º 3
0
        public DeviceStatusMap asMap()
        {
            DeviceStatusMap ret = new DeviceStatusMap(msclPINVOKE.DeviceStatusData_asMap(swigCPtr), true);

            if (msclPINVOKE.SWIGPendingException.Pending)
            {
                throw msclPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemplo n.º 4
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(DeviceStatusMap obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }