[Erlang Systems]

megaco_user

MODULE

MODULE SUMMARY

DESCRIPTION

EXPORTS

handle_connect(ConnHandle, ProtocolVersion) -> ok | error | {error,ErrorDescr}

handle_disconnect(ConnHandle, ProtocolVersion, Reason) -> ok

handle_syntax_error(ReceiveHandle, ProtocolVersion, DefaultED) -> reply | {reply,ED} | no_reply | {no_reply,ED}

handle_message_error(ConnHandle, ProtocolVersion, ErrorDescr) -> | no_reply

handle_trans_request(ConnHandle, ProtocolVersion, ActionRequests) -> pending() | reply()

handle_trans_long_request(ConnHandle, ProtocolVersion, ReqData) -> reply()

handle_trans_reply(ConnHandle, ProtocolVersion, UserReply, ReplyData) -> ok

handle_trans_ack(ConnHandle, ProtocolVersion, AckStatus, AckData) -> ok

handle_unexpected_trans(ReceiveHandle, ProtocolVersion, Trans) -> ok

AUTHORS


megaco 1.1.0
Copyright © 1991-2002 Ericsson Utvecklings AB