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