Module protocol

Module protocol 

Source
Expand description

Platform protocol.

Modules§

read
Module of read.
register
Module of register.
unregister
Module of unregister.
write
Module of write.

Functions§

readNon-native
Reads the last request, if any.
registerNon-native
Registers a callback when a request is received.
unregisterNon-native
Unregisters the callback.
writeNon-native
Writes a response to the last request.