$bindip » History » Version 2
Per Amundsen, 02/23/2014 01:20 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 | 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 | 2 | Per Amundsen | .loopback - Returns [[$true]] if the associated internal ipaddress is loopback address else [[$false]]. |