Decode the specified variable as a universal BER element.
Synopsis
Declared in <balber_berdecoder.h>
template<typename TYPE>
int
operator()(TYPE* variable);
Return Value
0 on success, and a non‐zero value otherwise
Parameters
Name |
Description |
variable |
object to decode into |
Created with MrDocs