Пример #1
0
 public void SetRange(int index, VectorByte values)
 {
     PapillonPINVOKE.VectorByte_SetRange(swigCPtr, index, VectorByte.getCPtr(values));
     if (PapillonPINVOKE.SWIGPendingException.Pending)
     {
         throw PapillonPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Пример #2
0
 public PByteArray(VectorByte array) : this(PapillonPINVOKE.new_PByteArray__SWIG_3(VectorByte.getCPtr(array)), true)
 {
     if (PapillonPINVOKE.SWIGPendingException.Pending)
     {
         throw PapillonPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Пример #3
0
 public VectorByte(VectorByte other) : this(PapillonPINVOKE.new_VectorByte__SWIG_1(VectorByte.getCPtr(other)), true)
 {
     if (PapillonPINVOKE.SWIGPendingException.Pending)
     {
         throw PapillonPINVOKE.SWIGPendingException.Retrieve();
     }
 }