Typedef SnpeUdo_ExternalNotify_t

Typedef Documentation

typedef SnpeUdo_ErrorType_t (*SnpeUdo_ExternalNotify_t)(const uint32_t ID)

A pointer to notification function.

   The notification function supports the non-blocking (e.g. asynchronous) execution use-case.
   In case an "executeUdoOp" function is called with "blocking" set to zero, and a
   notify function, this function will be called by the implementation library at the
   end of execution. The implementation library will pass the notify function the ID
   that was provided to it when "executeUdoOp" was called.

Param ID

[in] 32-bit value, that was provided to executeUdoOp by the calling entity. Can be used to track the notifications, in case of multiple execute calls issued.

Return

Error code