libnexakotlin
Toggle table of contents
0.4.7
common
Platform filter
common
Switch theme
Search in API
libnexakotlin
libnexakotlin
/
org.nexa.libnexakotlin
/
JsonRpc
/
OutstandingReq
Outstanding
Req
data
class
OutstandingReq
(
val
callback
:
(
String
?
)
->
Unit
,
val
timeoutAt
:
Long
)
Members
Constructors
Outstanding
Req
Link copied to clipboard
constructor
(
callback
:
(
String
?
)
->
Unit
,
timeoutAt
:
Long
)
Properties
callback
Link copied to clipboard
val
callback
:
(
String
?
)
->
Unit
timeout
At
Link copied to clipboard
val
timeoutAt
:
Long