-
WikiChip
WikiChip
-
Architectures
Popular x86
-
Intel
- Client
- Server
- Big Cores
- Small Cores
-
AMD
Popular ARM
-
ARM
- Server
- Big
- Little
-
Cavium
-
Samsung
-
-
Chips
Popular Families
-
Ampere
-
Apple
-
Cavium
-
HiSilicon
-
MediaTek
-
NXP
-
Qualcomm
-
Renesas
-
Samsung
-
From WikiChip
mirc/identifiers/$bindip
< mirc | identifiers
$bindip is used to get information regarding an available network adapter.
Synopsis
$bindip(N|ipaddress)
Parameters
NReturns the Nth device in the network adapters list. If N is specified as 0, returns the total number of active network adapters.
ipaddressIf you specify an IP address, mIRC will try to find the best network adapter to use to connect to that IP.
Properties
nameThe name of the network adapter.
ipThe IP address of the network adapter.
loopbackReturns $true if the IP/device has a loopback, otherwise $false.
Examples
Echo to the active window the total number of network adapters
//echo -a $bindip(0)
Echo to the active window the name of a local network adapter
//echo -a $bindip(192.168.1.1).name
Compatibility
Added: mIRC v7.0
Added On: 02/04/2010