Function


nuSiSendMesgNW

Syntax: 
void nuSiSendMesgNW(NUScMsg mesg, void* dataPtr)
Arguments: 
mesg    Message No. to be sent to the SI manager
dataPtr Pointer indicating the buffer position to be handed to or returned from the callback function
Return Value: 
Error
Description: 

Sends a message to the SI manager (asynchronous)

Sends a message to the SI manager to perform SI operations. The SI manager calls the device manager callback function corresponding to mesg. The callback function receives the necessary value from dataPtr and, after performing the SI operation, stores a value, if necessary, in the position indicated in dataPtr. Errors are the return values of the SI-related OS functions called within each callback function.

This function also waits for the completion of the SI operation.

Use this function when creating independent SI device managers.


Reference: nuSiSendMesg