Set the attributes of the specified options to the configuration associated with the specified mode.

Synopsis

Declared in <baljsn_decoderoptionsutil.h>

static
void
setMode(
    DecoderOptions* options,
    Mode mode);

Description

See {Modes} for details.

Parameters

Name

Description

options

decoder options object to configure

mode

configuration mode to apply

Created with MrDocs