public void SetRange(int index, BytesCollection values) { msclPINVOKE.BytesCollection_SetRange(swigCPtr, index, BytesCollection.getCPtr(values)); if (msclPINVOKE.SWIGPendingException.Pending) { throw msclPINVOKE.SWIGPendingException.Retrieve(); } }
public BytesCollection(BytesCollection other) : this(msclPINVOKE.new_BytesCollection__SWIG_1(BytesCollection.getCPtr(other)), true) { if (msclPINVOKE.SWIGPendingException.Pending) { throw msclPINVOKE.SWIGPendingException.Retrieve(); } }
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(); } }