mergNICIPCount |
Type | function |
Dictionary | LCS |
Library | LiveCode Script |
Syntax | mergNICIPCount(<pInterface>, [<pVersion>])
|
Associations | mergnic |
Summary | Get the number of IPs for an interface
|
Introduced | 8.0 |
OS | ios |
Platforms | mobile |
Parameters | Name | Type | Description |
---|
pInterface | | an interface as returned by mergNICInterfaces()
|
pVersion | | (optional with "v4" default) an IP version number. One of:
- v4 : IPv4
- v6 : IPv6
|
|
Values | Name | Type | Description |
---|
return | | The number of IPs
|
|
Description | Get the number of IPs for an interface
|
Tags | externals |