public void SetRange(int index, TransmitPowers values) { msclPINVOKE.TransmitPowers_SetRange(swigCPtr, index, TransmitPowers.getCPtr(values)); if (msclPINVOKE.SWIGPendingException.Pending) { throw msclPINVOKE.SWIGPendingException.Retrieve(); } }
public TransmitPowers(TransmitPowers other) : this(msclPINVOKE.new_TransmitPowers__SWIG_1(TransmitPowers.getCPtr(other)), true) { if (msclPINVOKE.SWIGPendingException.Pending) { throw msclPINVOKE.SWIGPendingException.Retrieve(); } }