[#BloombergLP-balber-BerUtil_IdentifierImpUtil-putIdentifierOctets] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balber.adoc[balber]::xref:BloombergLP/balber/BerUtil_IdentifierImpUtil.adoc[BerUtil_IdentifierImpUtil]::putIdentifierOctets :relfileprefix: ../../../ :mrdocs: Encode BER identifier octets to `streamBuf`. == Synopsis Declared in `<balber_berutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int putIdentifierOctets( std::streambuf* streamBuf, xref:BloombergLP/balber/BerConstants/TagClass.adoc[BerConstants::TagClass] tagClass, xref:BloombergLP/balber/BerConstants/TagType.adoc[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 [cols="1,4"] |=== | Name| Description | *streamBuf* | output stream buffer | *tagClass* | BER tag class | *tagType* | BER tag type | *tagNumber* | BER tag number |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#