callback_SetSimpleData()
Description
This async function is called when a write request is closed.
Syntax
Argument
Description
writeId
The id of this write request. This is an Integer.
succeeded
Boolean that tells us if the request was successful or not.
Returns
Example Implementation
Last updated