_Added in 1.9.0_ *$bindip(N|ipaddress)* Returns information off a network adapter. *Parameters* table(ktable). |*Parameter*|*Description*| | 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. | *Properties* table(ktable). |*Property*|*Description*| | .name | Returns the name of matched network adapter. | | .ip | Returns the internal ipaddress associated with the network adapter. | | .loopback | Returns [[$true]] if the associated internal ipaddress is loopback address otherwise [[$false]]. |