 |
ACU6 Device API
|
- Class a_ipc_msg_wifi_regulatory_domain_get_req
- This API is deprecated due to being replaced with automatic country selection.
- Class a_ipc_msg_wifi_regulatory_domain_set_req
- This API is deprecated due to being replaced with automatic country selection.
- Global a_loop_add_fd (int epfd, int fd, uint32_t events)
- [DEPR0001] This API is deprecated because it does not indicate errors while being able to fail. Please use epoll_ctl directly instead.
- Global a_loop_del_fd (int epfd, int fd)
- [DEPR0001] This API is deprecated because it does not indicate errors while being able to fail. Please use epoll_ctl directly instead.
- Global a_loop_mod_fd (int epfd, int fd, uint32_t events)
- [DEPR0001] This API is deprecated because it does not indicate errors while being able to fail. Please use epoll_ctl directly instead.
- Global a_timer_create (struct itimerspec ts)
- [DEPR0001] This API is deprecated due to clobbering errno and taking a structure as an argument. Please use timerfd_create and timerfd_settime directly instead.