krpc-shared-api
0.1.148
common
krpc-shared-api
/
org.brightify.hyperdrive.krpc
/
RPCConnection
RPCConnection
common
interface
RPCConnection
:
CoroutineScope
Content copied to clipboard
Functions
Properties
Functions
close
Link copied to clipboard
common
abstract
suspend
fun
close
(
)
Content copied to clipboard
receive
Link copied to clipboard
common
abstract
suspend
fun
receive
(
)
:
SerializedFrame
Content copied to clipboard
send
Link copied to clipboard
common
abstract
suspend
fun
send
(
frame
:
SerializedFrame
)
Content copied to clipboard
Properties
coroutine
Context
Link copied to clipboard
common
abstract
val
coroutineContext
:
CoroutineContext
Content copied to clipboard