Network.getHostByIP() | This page was last modified over 30 day(s) ago and has 0 comment(s)
|
Back to Network Class Summary |
Availability |
Windows, Mac OSX, Linux |
Usage |
mdm.Network.getHostByIP(ip:String):String |
Parameters |
ip:String - IP Address to check |
Returns |
A String |
Description |
Returns the hostname for the specified IP Address (if available). |
Notes |
None |
Example Code |
var hostName:String = mdm.Network.getHostByIP("192.168.100.1"); |
mdm.Network Class Example Downloads |
No Example Downloads Available |
![]() |
Registered Users must be logged in to 'MyAccount' to add a Comment - Log In Here |
After Logging In, Click Here to Refresh This Page |