callback_ReadSimpleData()
Description
This async function is called when a read request is closed. If a document did not exist at the location, the data is (-1)(integer) and a struct of the data in that document otherwise.
Syntax
Argument
Description
readId
The id of this read request. This is an Integer.
data
Struct of the document.
Returns
Example Implementation
Last updated