class NetTools
<init> |
NetTools() |
getLocalIpAddress |
Get assigned IPv4 addresses separeted by comma static fun getLocalIpAddress(): String! |
isIPv4 |
Check if ip address is in valid IPv4 format static fun isIPv4(ip: String!): Boolean |