Companion

Functions

Link copied to clipboard
fun fromIpv4(q1: UByte, q2: UByte, q3: UByte, q4: UByte): IpAddress

Build an IPv4 address.

Link copied to clipboard
fun fromIpv6(a: UShort, b: UShort, c: UShort, d: UShort, e: UShort, f: UShort, g: UShort, h: UShort): IpAddress

Build an IPv6 address.