megaco_codec_transform
Megaco message transformation utility.
- Provided by: erlang-manpages (Version: 1:24.2.1+dfsg-1ubuntu0.6)
- Source: erlang
- Report a bug
Megaco message transformation utility.
This module implements a simple megaco message transformation utility.
Note that this module is not included in the runtime part of the application.
export_messages() -> void()
export_messages(MessagePackage) -> void()
Types:
Export the messages in the MessagePackage (default is time_test).
The output produced by this function is a directory structure with the following structure:
<message package>/pretty/<message-files>
compact/<message-files>
per/<message-files>
ber/<message-files>
erlang/<message-files>