Esempio n. 1
0
 public void add(string key, string description, MetadataDataType datatype, SWIGTYPE_p_void value, uint length)
 {
     LidarDSDKPINVOKE.Metadata_add__SWIG_0(swigCPtr, key, description, (int)datatype, SWIGTYPE_p_void.getCPtr(value), length);
     if (LidarDSDKPINVOKE.SWIGPendingException.Pending)
     {
         throw LidarDSDKPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 2
0
 public static HandleRef getCPtr(SWIGTYPE_p_void obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }