Descend into a lower-level object
#include <pps.h>
pps_decoder_error_t pps_decoder_push_object(
pps_decoder_t *decoder,
const char *name);
libpps
The function pps_decoder_push_object() descends into an object. If successful, subsequent data will be returned for properties or elements of that object. This function is identical to pps_decoder_push(), except that it fails if the specified element isn't an object.
QNX Neutrino
| Safety: | |
|---|---|
| Interrupt handler | No |
| Signal handler | No |
| Thread | Yes |