BloombergLP::balber::BerUtil_IdentifierImpUtil::putIdentifierOctets

Encode BER identifier octets to streamBuf.

Synopsis

Declared in <balber_berutil.h>

static
int
putIdentifierOctets(
    std::streambuf* streamBuf,
    BerConstants::TagClass tagClass,
    BerConstants::TagType tagType,
    int tagNumber);

Description

Return 0 on success, and a non-zero value otherwise.

Return Value

0 on success, and a non-zero value otherwise

Parameters

NameDescription
streamBufoutput stream buffer
tagClassBER tag class
tagTypeBER tag type
tagNumberBER tag number