Exemplo n.º 1
0
 public GripperState(global::RTC.GripperState source)
 {
     _Tm = Converter.RtcTimeToDateTime(source.tm);
     _Status = (ReactiveRTM.RTC.GripperStatus)source.status;
 }
Exemplo n.º 2
0
 public GripperState()
 {
     _Tm = default(System.DateTime);
     _Status = new ReactiveRTM.RTC.GripperStatus();
 }