megaco_transport

megaco_transport

Module

megaco_transport

Module summary

Megaco transport behaviour.

Description

The following functions should be exported from a megaco_transport callback module:

Exports

Module:send_message(Handle, Msg) -> ok | {cancel, Reason} | ErrorModule:send_message(Handle, Msg, Resend) -> ok | {cancel, Reason} | Error

Types:

Handle = term()
Msg = binary() | iolist()
Resend = boolean