コード例 #1
0
 public void systemState(DeviceStatusData.SystemState val)
 {
     msclPINVOKE.DeviceStatusData_systemState__SWIG_1(swigCPtr, (int)val);
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #2
0
 public DeviceStatusData.SystemState systemState()
 {
     DeviceStatusData.SystemState ret = (DeviceStatusData.SystemState)msclPINVOKE.DeviceStatusData_systemState__SWIG_0(swigCPtr);
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
     return(ret);
 }