pps_decoder_goto_index()
Advance to the indicated element or property of an array or object
Synopsis:
#include <sys/pps.h>
pps_decoder_error_t pps_decoder_goto_index(
pps_decoder_t *decoder,
int index);
Arguments:
- decoder
- A pointer to the PPS decoder structure.
- index
- The index of the element to go to. The index of the first element is 0 (zero).
Library:
libpps
Description:
The function pps_decoder_goto_index() advances to the indicated element or property of an array or object.
Returns:
- PPS_DECODER_OK
- Success.
- PPS_DECODER_NOT_FOUND
- There is no next property/element.
Classification:
QNX Neutrino
| Safety: | |
|---|---|
| Interrupt handler | No |
| Signal handler | No |
| Thread | Yes |
Page updated:
