Return the number of unknown elements that were skipped during the previous decoding operation.

Synopsis

Declared in <balber_berdecoder.h>

int
numUnknownElementsSkipped() const;

Description

Note that unknown elements are skipped only if true == options()‐>skipUnknownElements().

Return Value

number of unknown elements skipped during the previous decode

Created with MrDocs