コード例 #1
0
 public void mode(OdometerConfiguration.Mode m)
 {
     msclPINVOKE.OdometerConfiguration_mode__SWIG_1(swigCPtr, (int)m);
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #2
0
 public OdometerConfiguration.Mode mode()
 {
     OdometerConfiguration.Mode ret = (OdometerConfiguration.Mode)msclPINVOKE.OdometerConfiguration_mode__SWIG_0(swigCPtr);
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
     return(ret);
 }