Decode the identifier octets from the specified streamBuf and load the tag class, tag type, and tag number to the specified tagClass, tagType, and tagNumber respectively. Add the number of bytes consumed to the specified accumNumBytesConsumed. Return 0 on success, and a non-zero value otherwise.
Declared in <balber_berutil.h>
static
int
getIdentifierOctets(
std::streambuf* streamBuf,
BerConstants::TagClass* tagClass,
BerConstants::TagType* tagType,
int* tagNumber,
int* accumNumBytesConsumed);