Skip to content

4.1.1 DB Framework API Design

lrrajesh edited this page Sep 14, 2016 · 1 revision

The DB APIs are non-blocking and executed by pushing the request onto the Sensys event base. Upon completion, the provided callback function will be called to return the status resulting from the operation. A NULL callback function is permitted. The callback function is responsible for releasing the returned list.

Clone this wiki locally