Set the number of unknown elements skipped by the decoder during the current decoding operation to the specified value.
Synopsis
Declared in <balber_berdecoder.h>
void
setNumUnknownElementsSkipped(int value);
Description
The behavior is undefined unless 0 <= value.
Parameters
Name |
Description |
value |
number of unknown elements skipped |
Created with MrDocs