示例#1
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_uchar obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
示例#2
0
        public string start_test(SWIGTYPE_p_uchar data, int width, int height)
        {
            string ret = csharpaidiclientPINVOKE.AIDI_start_test__SWIG_2(swigCPtr, SWIGTYPE_p_uchar.getCPtr(data), width, height);

            return(ret);
        }