Ejemplo n.º 1
0
 public DeviceMetadataMap(DeviceMetadataMap other) : this(CommonPINVOKE.new_DeviceMetadataMap__SWIG_1(DeviceMetadataMap.getCPtr(other)), true)
 {
     if (CommonPINVOKE.SWIGPendingException.Pending)
     {
         throw CommonPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 2
0
 public void GetParsedDeviceMetadata(DeviceMetadataMap devices)
 {
     CommonPINVOKE.SubscriberInstanceBase_GetParsedDeviceMetadata(swigCPtr, DeviceMetadataMap.getCPtr(devices));
     if (CommonPINVOKE.SWIGPendingException.Pending)
     {
         throw CommonPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 3
0
 public DeviceMetadataMapEnumerator(DeviceMetadataMap collection)
 {
     collectionRef = collection;
     keyCollection = new global::System.Collections.Generic.List <string>(collection.Keys);
     currentIndex  = -1;
     currentObject = null;
     currentSize   = collectionRef.Count;
 }
Ejemplo n.º 4
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(DeviceMetadataMap obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }