Exemple #1
0
 internal static HandleRef getCPtr(OTCallback obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
 public void setCallback(OTCallback cb)
 {
     otapiPINVOKE.OTCaller_setCallback(swigCPtr, OTCallback.getCPtr(cb));
 }
 public static extern void OTCallback_director_connect(HandleRef jarg1, OTCallback.SwigDelegateOTCallback_0 delegate0, OTCallback.SwigDelegateOTCallback_1 delegate1);
 internal static HandleRef getCPtr(OTCallback obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
 public static extern void OTCallback_director_connect(global::System.Runtime.InteropServices.HandleRef jarg1, OTCallback.SwigDelegateOTCallback_0 delegate0, OTCallback.SwigDelegateOTCallback_1 delegate1);
Exemple #6
0
 public void setCallback(OTCallback cb)
 {
     otapiPINVOKE.OTCaller_setCallback(swigCPtr, OTCallback.getCPtr(cb));
 }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(OTCallback obj)
 {
     return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr;
 }
Exemple #8
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(OTCallback obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }