libnexakotlin
Toggle table of contents
0.4.7
common
Platform filter
common
Switch theme
Search in API
libnexakotlin
libnexakotlin
/
org.nexa.libnexakotlin
/
ProtocolCommunication
Protocol
Communication
interface
ProtocolCommunication
Inheritors
NoProtocolCommunication
CapdProtocolCommunication
Members
Functions
receive
Link copied to clipboard
abstract
suspend
fun
receive
(
)
:
Pair
<
ByteArray
,
ULong
>
send
Link copied to clipboard
abstract
suspend
fun
send
(
ba
:
ByteArray
)
start
Link copied to clipboard
abstract
suspend
fun
start
(
)
stop
Link copied to clipboard
abstract
fun
stop
(
)