Example #1
0
 public void SetRange(int index, BytesCollection values)
 {
     msclPINVOKE.BytesCollection_SetRange(swigCPtr, index, BytesCollection.getCPtr(values));
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #2
0
 public BytesCollection(BytesCollection other) : this(msclPINVOKE.new_BytesCollection__SWIG_1(BytesCollection.getCPtr(other)), true)
 {
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #3
0
 public MipCommandBytes(MipTypes.Command _id, BytesCollection _cmds) : this(msclPINVOKE.new_MipCommandBytes__SWIG_3((int)_id, BytesCollection.getCPtr(_cmds)), true)
 {
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }