コード例 #1
0
ファイル: CommPortInfo.cs プロジェクト: LORD-MicroStrain/MSCL
 public void SetRange(int index, CommPortInfo values)
 {
     msclPINVOKE.CommPortInfo_SetRange(swigCPtr, index, CommPortInfo.getCPtr(values));
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #2
0
ファイル: CommPortInfo.cs プロジェクト: LORD-MicroStrain/MSCL
 public CommPortInfo(CommPortInfo other) : this(msclPINVOKE.new_CommPortInfo__SWIG_1(CommPortInfo.getCPtr(other)), true)
 {
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }