[#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 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>` [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); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#