Implementing Privilege support
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
The Privilege function allows validation of user privilege for the command. To implement the Privilege:
- Implement the PRIVILEGE function.
- Have the IP GETSUPPORT function return TRUE for the Privilege validation support. This can be done by updating the support array in ip_drv.c file to mark support for IP_SUPPORT_PRIVILEGES.
- Implement the IP PRIVILEGE function to validate the user privilege for the command.