Find the next tag in the hwinfo structure
#include <hw/sysinfo.h>
unsigned hwi_next_tag( unsigned off,
int curr_item );
BlackBerry 10.0.0
libc
Use the -l c option to qcc to link against this library. This library is usually included automatically.
The hwi_next_tag() function finds the next tag after the given offset.
The offset of the tag, or HWI_NULL_OFF if there isn't another tag.
See hwi_next_item() .
| Safety: | |
|---|---|
| Cancellation point | No |
| Interrupt handler | Yes |
| Signal handler | Yes |
| Thread | Yes |