table of contents
other versions
- stretch 1:19.2.1+dfsg-2+deb9u2
- testing 1:21.2.6+dfsg-1
- unstable 1:21.2.6+dfsg-1
- experimental 1:22.0.4+dfsg-1
megaco_codec_transform(3erl) | Erlang Module Definition | megaco_codec_transform(3erl) |
NAME¶
megaco_codec_transform - Megaco message transformation utility.DESCRIPTION¶
This module implements a simple megaco message transformation utility.Note that this module is not included in the runtime part of the application.
EXPORTS¶
export_messages() -> void()export_messages(MessagePackage) -> void()
Types:
MessagePackage = atom()
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>
megaco 3.18.1 | Ericsson AB |