Load the node body content into the specified variable. Return 0 on success, and a non‐zero value otherwise.

Synopsis

Declared in <balber_berdecoder.h>

int
readVectorChar(bsl::vector<char>* variable);

Return Value

0 on success, and a non‐zero value otherwise

Parameters

Name

Description

variable

vector to receive the decoded bytes

Created with MrDocs