mergNICIPInfo

Typefunction
DictionaryLCS
LibraryLiveCode Script
Syntax
mergNICIPInfo(<pInterface>, <pIP>, <pProperty>, [<pVersion>])
Associationsmergnic
Summary

Get a property of an interface IP

Introduced8.0
OSios
Platformsmobile
Parameters
NameTypeDescription
pInterface

an interface as returned by mergNICInterfaces()

pIP

the IP number as there mayy be more than one on an interface. Should be between 1 and mergNICIPCount()

pProperty

the property you would like to get. One of: - IP : returns an IP address for the interface - netmask : returns a netmask for the interface - broadcast : returns a broadcast ip for the interface

pVersion

(optional with "v4" default) an IP version number. One of: - v4 : IPv4 - v6 : IPv6

Values
NameTypeDescription
return

The value of the property

Description

Get a property of an interface IP

Tagsexternals