コード例 #1
0
 public void SetRange(int index, TransmitPowers values)
 {
     msclPINVOKE.TransmitPowers_SetRange(swigCPtr, index, TransmitPowers.getCPtr(values));
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #2
0
 public TransmitPowers(TransmitPowers other) : this(msclPINVOKE.new_TransmitPowers__SWIG_1(TransmitPowers.getCPtr(other)), true)
 {
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }