lib
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
lib
lib
/
computer.iroh
/
PathEvent
/
Selected
Selected
data
class
Selected
(
val
id
:
String
,
val
remoteAddr
:
String
,
val
localAddr
:
String
)
:
PathEvent
This path was selected for transmission of application data.
Members
Constructors
Selected
Link copied to clipboard
constructor
(
id
:
String
,
remoteAddr
:
String
,
localAddr
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
id
Link copied to clipboard
val
id
:
String
local
Addr
Link copied to clipboard
val
localAddr
:
String
remote
Addr
Link copied to clipboard
val
remoteAddr
:
String