Example #1
0
 public static global::System.Runtime.InteropServices.HandleRef getCPtr(ArACTSBlob obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
Example #2
0
        public bool getBlob(int channel, int blobNumber, ArACTSBlob blob)
        {
            bool ret = AriaCSPINVOKE.ArACTS_1_2_getBlob(swigCPtr, channel, blobNumber, ArACTSBlob.getCPtr(blob));

            return(ret);
        }