Exemplo n.º 1
0
 public void sendCommandBytes(MipCommandBytes cmd)
 {
     msclPINVOKE.MipNode_sendCommandBytes__SWIG_1(swigCPtr, MipCommandBytes.getCPtr(cmd));
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(MipCommandBytes obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }