mirror of
https://github.com/ubf/ubf.git
synced 2026-04-18 10:46:04 +00:00
83 lines
3.4 KiB
HTML
83 lines
3.4 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<html>
|
|
<head>
|
|
<title>Module ebf</title>
|
|
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="EDoc">
|
|
</head>
|
|
<body bgcolor="white">
|
|
<div class="navbar"><a name="#navbar_top"></a><table width="100%" border="0" cellspacing="0" cellpadding="2" summary="navigation bar"><tr><td><a href="overview-summary.html" target="overviewFrame">Overview</a></td><td><a href="http://www.erlang.org/"><img src="erlang.png" align="right" border="0" alt="erlang logo"></a></td></tr></table></div>
|
|
<hr>
|
|
|
|
<h1>Module ebf</h1>
|
|
<ul class="index"><li><a href="#description">Description</a></li><li><a href="#index">Function Index</a></li><li><a href="#functions">Function Details</a></li></ul>Low-level functions for encoding and decoding the UBF(A)
|
|
protocol for EBF.
|
|
|
|
|
|
<h2><a name="description">Description</a></h2>Low-level functions for encoding and decoding the UBF(A)
|
|
protocol for EBF.
|
|
|
|
<h2><a name="index">Function Index</a></h2>
|
|
<table width="100%" border="1" cellspacing="0" cellpadding="2" summary="function index"><tr><td valign="top"><a href="#decode-1">decode/1</a></td><td></td></tr>
|
|
<tr><td valign="top"><a href="#decode-2">decode/2</a></td><td></td></tr>
|
|
<tr><td valign="top"><a href="#decode-3">decode/3</a></td><td></td></tr>
|
|
<tr><td valign="top"><a href="#decode_init-0">decode_init/0</a></td><td></td></tr>
|
|
<tr><td valign="top"><a href="#encode-1">encode/1</a></td><td></td></tr>
|
|
<tr><td valign="top"><a href="#encode-2">encode/2</a></td><td></td></tr>
|
|
<tr><td valign="top"><a href="#proto_driver-0">proto_driver/0</a></td><td></td></tr>
|
|
<tr><td valign="top"><a href="#proto_packet_type-0">proto_packet_type/0</a></td><td></td></tr>
|
|
<tr><td valign="top"><a href="#proto_vsn-0">proto_vsn/0</a></td><td></td></tr>
|
|
</table>
|
|
|
|
<h2><a name="functions">Function Details</a></h2>
|
|
|
|
<h3 class="function"><a name="decode-1">decode/1</a></h3>
|
|
<div class="spec">
|
|
<p><tt>decode(X) -> any()</tt></p>
|
|
</div>
|
|
|
|
<h3 class="function"><a name="decode-2">decode/2</a></h3>
|
|
<div class="spec">
|
|
<p><tt>decode(X, Mod) -> any()</tt></p>
|
|
</div>
|
|
|
|
<h3 class="function"><a name="decode-3">decode/3</a></h3>
|
|
<div class="spec">
|
|
<p><tt>decode(X, Mod, Cont) -> any()</tt></p>
|
|
</div>
|
|
|
|
<h3 class="function"><a name="decode_init-0">decode_init/0</a></h3>
|
|
<div class="spec">
|
|
<p><tt>decode_init() -> any()</tt></p>
|
|
</div>
|
|
|
|
<h3 class="function"><a name="encode-1">encode/1</a></h3>
|
|
<div class="spec">
|
|
<p><tt>encode(X) -> any()</tt></p>
|
|
</div>
|
|
|
|
<h3 class="function"><a name="encode-2">encode/2</a></h3>
|
|
<div class="spec">
|
|
<p><tt>encode(X, Mod) -> any()</tt></p>
|
|
</div>
|
|
|
|
<h3 class="function"><a name="proto_driver-0">proto_driver/0</a></h3>
|
|
<div class="spec">
|
|
<p><tt>proto_driver() -> any()</tt></p>
|
|
</div>
|
|
|
|
<h3 class="function"><a name="proto_packet_type-0">proto_packet_type/0</a></h3>
|
|
<div class="spec">
|
|
<p><tt>proto_packet_type() -> any()</tt></p>
|
|
</div>
|
|
|
|
<h3 class="function"><a name="proto_vsn-0">proto_vsn/0</a></h3>
|
|
<div class="spec">
|
|
<p><tt>proto_vsn() -> any()</tt></p>
|
|
</div>
|
|
<hr>
|
|
|
|
<div class="navbar"><a name="#navbar_bottom"></a><table width="100%" border="0" cellspacing="0" cellpadding="2" summary="navigation bar"><tr><td><a href="overview-summary.html" target="overviewFrame">Overview</a></td><td><a href="http://www.erlang.org/"><img src="erlang.png" align="right" border="0" alt="erlang logo"></a></td></tr></table></div>
|
|
<p><i>Generated EDoc, $Id$</i></p>
|
|
</body>
|
|
</html>
|