Inheritance: global::System.IDisposable
Exemplo n.º 1
0
 public void setCallback(OTCallback cb)
 {
     otapiPINVOKE.OTCaller_setCallback(swigCPtr, OTCallback.getCPtr(cb));
 }
Exemplo n.º 2
0
 public static extern void OTCallback_director_connect(HandleRef jarg1, OTCallback.SwigDelegateOTCallback_0 delegate0, OTCallback.SwigDelegateOTCallback_1 delegate1);
Exemplo n.º 3
0
 public void setCallback(OTCallback cb)
 {
     otapiPINVOKE.OTCaller_setCallback(swigCPtr, OTCallback.getCPtr(cb));
 }
Exemplo n.º 4
0
 internal static HandleRef getCPtr(OTCallback obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
Exemplo n.º 5
0
 internal static HandleRef getCPtr(OTCallback obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }