Project

General

Profile

$bindip » History » Version 4

Per Amundsen, 02/16/2023 09:10 PM

1 1 Per Amundsen
_Added in 1.9.0_
2
3
*$bindip(N|ipaddress)*
4
5
Returns information off a network adapter.
6
7
*Parameters*
8
9 4 Per Amundsen
table(ktable).
10
|*Parameter*|*Description*|
11
| N<notextile>|</notextile>ipaddress | If N = 0, returns the total number of active network adapters else the Nth network adapter or a network adapter matching the ipaddress. |
12 1 Per Amundsen
13
*Properties*
14
15 4 Per Amundsen
table(ktable).
16
|*Property*|*Description*|
17
| .name | Returns the name of matched network adapter. |
18
| .ip | Returns the internal ipaddress associated with the network adapter. |
19
| .loopback | Returns [[$true]] if the associated internal ipaddress is loopback address otherwise [[$false]]. |