mdm.Network |
Objects |
The following table lists the objects for the Network class |
Method | Description | Availability |
---|---|---|
TCP | TCP Object | ![]() |
UDP | UDP Object | ![]() |
Methods |
The following table lists the methods for the Network class |
Method | Description | Availability |
---|---|---|
Network.checkConnection() | Returns a boolean indication whether or not the computer is connected to the Internet. | ![]() ![]() |
Network.checkConnectionAdv() | Returns a string describing how the computer is connected to the Internet. | ![]() |
Network.checkConnectionPing() | Returns a boolean indicating whether or not the application can connect to the specified address. | ![]() |
Network.getHostByIP() | Returns the hostname for the specified IP Address (if available). | ![]() ![]() ![]() |
Network.getIPbyHost() | Returns the IP Address for the specified hostname (if available). | ![]() ![]() ![]() |
Network.getMACAddress() | Returns the MAC address of the specified adapter. | ![]() ![]() ![]() |
Network.getURL() | Opens a new external browser window with the specified URL. | ![]() ![]() |
Properties |
The following table lists the properties for the Network class |
Method | Description | Availability |
---|---|---|
Network.IPAddress | Contains the system IP address. | ![]() |
Network.isPresent | Contains a boolean indicating whether or not ... | ![]() |