Encode the identifier octets for the specified tagClass, tagType and tagNumber, in that order, to the specified streamBuf. Return 0 on success, and a non‐zero value otherwise.

Synopsis

Declared in <balber_berutil.h>

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

Created with MrDocs