networkInterfaces

Typeproperty
DictionaryLCS
LibraryLiveCode Script
Syntax
get the networkInterfaces
Summary

Reports a list of all the network interfaces available on the current system.

Introduced4.6.3
OSmac, windows, linux, ios, android
Platformsdesktop, server
Example
if "192.168.0.1" is among the lines of the networkInterfaces then
  set the defaultNetworkInterface to "192.168.0.1"
end if
Values
NameTypeDescription
Value

The networkInterfaces is a return-delimited list of IPv4 addresses (one per line).

RelatedProperty: defaultNetworkInterface
Securitynetwork
Description

Use the networkInterfaces property to find out the IPv4 addresses of the available network interfaces on the current system.

This property is read-only and cannot be set.