maxSupportedBdexVersion overloads

Synopses

Declared in <balber_berdecoderoptions.h>

Return the most current BDEX streaming version supported by this class.

static
int
maxSupportedBdexVersion();

Return the maximum valid BDEX format version for bdexStreamOut.

static
int
maxSupportedBdexVersion(int versionSelector);

Return Value

  • most current BDEX streaming version supported by this class

  • maximum valid BDEX format version for bdexStreamOut

Parameters

Name

Description

versionSelector

BDEX version‐selection value (typically YYYYMMDD)

Created with MrDocs