Packages

Erlang codec for 3GPP Telecommunication specifications

Current section

Files

Jump to
otc src otc_codec.erl
Raw

src/otc_codec.erl

-module(otc_codec).
-callback spec() -> string().
-type record() :: tuple().
-callback codec(binary() | map() | record()) -> map() | binary().
-callback next(map()) -> '$stop' | {ok, atom()}.