def version(self): return halib.getAccessInterface().getVersion()
def lonlat(self): return halib.getAccessInterface().getMachineLocationGeo()
def location(self): return halib.getAccessInterface().getMachineLocation()
def public_ip(self): return halib.getAccessInterface().getPublicIPAddr()
def local_ip(self): return halib.getAccessInterface().getLocalIPAddr()
def mac_address(self): return halib.getAccessInterface().getMACAddr()