Type String Event networkStatus Revision Current Public Release (2018.3326) Keywords networkStatus, address See also network.setStatusListener()
The host associated with this network status change event. This information is potentially useful if you are monitoring multiple hosts with the same callback function and need to distinguish between them.
local function myNetworkReachabilityListener( event ) print ( "address" , event.address ) end |