asn1ct
Functions
compile(File) -> term()
compile(File, Options0) -> term()
get_pos_of_def(Typedef) -> term()
get_name_of_def(Typedef) -> term()
use_legacy_types() -> term()
get_bit_string_format() -> term()
parse_and_save(Module, S) -> term()
compile_asn(File, OutFile, Options) -> term()
compile_asn1(File, OutFile, Options) -> term()
compile_py(File, OutFile, Options) -> term()
compile(File, OutFile, Options) -> term()
encode(Module, Term) -> term()
encode(Module, Type, Term) -> term()
This function is deprecated: deprecated; use Mod:encode/2 instead
decode(Module, Type, Bytes) -> term()
This function is deprecated: deprecated; use Mod:decode/2 instead