Encode the identifier octets for the specified tagClass, tagType and tagNumber to the specified streamBuf.
Declared in <balber_berutil.h>
static
int
putIdentifierOctets(
std::streambuf* streamBuf,
BerConstants::TagClass tagClass,
BerConstants::TagType tagType,
int tagNumber);
Return 0 on success, and a non-zero value otherwise.
0 on success, and a non-zero value otherwise
| Name | Description |
|---|---|
| streamBuf | output stream buffer |
| tagClass | BER tag class |
| tagType | BER tag type |
| tagNumber | BER tag number |