ouisync
Toggle table of contents
0.10.0-0
jvm
Platform filter
jvm
Switch theme
Search in API
ouisync
ouisync-session
/
org.equalitie.ouisync.session
/
Datagram
Datagram
@
Serializable
data
class
Datagram
(
val
data
:
ByteArray
,
val
addr
:
String
)
Members
Constructors
Datagram
Link copied to clipboard
constructor
(
data
:
ByteArray
,
addr
:
String
)
Properties
addr
Link copied to clipboard
val
addr
:
String
data
Link copied to clipboard
val
data
:
ByteArray