$bindip » History » Version 3
Per Amundsen, 08/09/2015 06:05 AM
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 | N|ipaddress - If N = 0, returns the total number of active network adapters else the Nth network adapter or a network adapter matching the ipaddress. |
||
10 | |||
11 | *Properties* |
||
12 | |||
13 | .name - Returns the name of matched network adapter. |
||
14 | .ip - Returns the internal ipaddress associated with the network adapter. |
||
15 | 3 | Per Amundsen | .loopback - Returns [[$true]] if the associated internal ipaddress is loopback address otherwise [[$false]]. |