BloombergLP::balber::BerUtil::putIdentifierOctets

Encode the identifier octets for the specified tagClass, tagType and tagNumber to the specified 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