예제 #1
0
 def version(self):
     return halib.getAccessInterface().getVersion()
예제 #2
0
 def lonlat(self):
     return halib.getAccessInterface().getMachineLocationGeo()
예제 #3
0
 def location(self):
     return halib.getAccessInterface().getMachineLocation()
예제 #4
0
 def public_ip(self):
     return halib.getAccessInterface().getPublicIPAddr()
예제 #5
0
 def local_ip(self):
     return halib.getAccessInterface().getLocalIPAddr()
예제 #6
0
 def mac_address(self):
     return halib.getAccessInterface().getMACAddr()