bdk-android
Toggle table of contents
1.2.0-SNAPSHOT
androidJvm
Platform filter
androidJvm
Switch theme
bdk-android
bdk-android
/
org.bitcoindevkit
/
IpAddress
/
Companion
Companion
object
Companion
Members
Functions
from
Ipv4
Link copied to clipboard
fun
fromIpv4
(
q1
:
UByte
,
q2
:
UByte
,
q3
:
UByte
,
q4
:
UByte
)
:
IpAddress
Build an IPv4 address.
from
Ipv6
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.