mergNICIPInfo |
Type | function |
Dictionary | LCS |
Library | LiveCode Script |
Syntax | mergNICIPInfo(<pInterface>, <pIP>, <pProperty>, [<pVersion>])
|
Associations | mergnic |
Summary | Get a property of an interface IP
|
Introduced | 8.0 |
OS | ios |
Platforms | mobile |
Parameters | Name | Type | Description |
---|
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 | Name | Type | Description |
---|
return | | The value of the property
|
|
Description | Get a property of an interface IP
|
Tags | externals |