예제 #1
0
 def bootTime(self):
     return _TOSSIM.Mote_bootTime(self)
예제 #2
0
 def bootTime(*args):
     return _TOSSIM.Mote_bootTime(*args)
예제 #3
0
파일: TOSSIM.py 프로젝트: sywxh2012/wcps
 def bootTime(self): return _TOSSIM.Mote_bootTime(self)
 def bootAtTime(self, *args): return _TOSSIM.Mote_bootAtTime(self, *args)