Encode BER end‐of‐content octets to streamBuf.

Synopsis

Declared in <balber_berutil.h>

static
int
putEndOfContentOctets(std::streambuf* streamBuf);

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

Created with MrDocs