Function


nuSiCallBackRemove


Syntax

u8 nuSiCallBackRemove(NUCallBackList* list)

Arguments

list      pointer for the NUCallBackList type structure

Return Value

None

Description

Deletes the device manager

Deletes the device manager registered in the SI Manager. The device manager to be deleted is specified by "list," which is specified as an argument of the nuSiCallBackAdd function.

This function is used when creating a device manager that is unique to an application.

See Also

nuSiMgrInit and nuSiCallBackAdd