示例#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()