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
Name |
Description |
streamBuf |
output stream buffer |
tagClass |
BER tag class |
tagType |
BER tag type |
tagNumber |
BER tag number |
Created with MrDocs