mergNIC | |
Type | library |
Dictionary | LCS |
Library | LiveCode Script |
Associations | mergnic |
Description | mergNIC is an iOS external for obtaining information about the network interfaces active on the device. mergNIC includes NICInfo by Mind in Machine. |
Type | Name | Summary | Syntax |
---|---|---|---|
function | mergNICInterfaces | Get the network interfaces | mergNICInterfaces() |
- - - | mergNICIPCount | Get the number of IPs for an interface | mergNICIPCount(<pInterface>, [<pVersion>]) |
- - - | mergNICIPInfo | Get a property of an interface IP | mergNICIPInfo(<pInterface>, <pIP>, <pProperty>, [<pVersion>]) |
- - - | mergNICis3GConnected | Check if 3G is connected | mergNICis3GConnected() |
- - - | mergNICisBluetoothConnected | Check if bluetooh is connected is connected | mergNICisBluetoothConnected() |
- - - | mergNICisPersonalHotspotActivated | Check if personal hotspot is activated is connected | mergNICisPersonalHotspotActivated() |
- - - | mergNICisWifiConnected | Check if Wifi is connected is connected | mergNICisWifiConnected() |
- - - | mergNICisWifiConnectedToNAT | Check if Wifi is connected to NAT is connected | mergNICisWifiConnectedToNAT() |
- - - | mergNICMacAddress | Get the MAC address for am interface | mergNICMacAddress(<pInterface>) |
library | mergNIC | mergNICMacAddress(<pInterface>) |