mirror of
https://github.com/ubf/ubf.git
synced 2026-04-24 13:45:59 +00:00
32 lines
712 B
Markdown
32 lines
712 B
Markdown
|
|
|
|
# Module contract_proto #
|
|
* [Description](#description)
|
|
* [Function Index](#index)
|
|
* [Function Details](#functions)
|
|
|
|
|
|
<p>Generic protocol encoder/decoder for protocol sessions.</p>.
|
|
__This module defines the `contract_proto` behaviour.__
|
|
<br></br>
|
|
Required callback functions: `proto_vsn/0`, `proto_driver/0`, `proto_packet_type/0`.
|
|
<a name="index"></a>
|
|
|
|
## Function Index ##
|
|
|
|
|
|
<table width="100%" border="1" cellspacing="0" cellpadding="2" summary="function index"><tr><td valign="top"><a href="#behaviour_info-1">behaviour_info/1</a></td><td></td></tr></table>
|
|
|
|
|
|
<a name="functions"></a>
|
|
|
|
## Function Details ##
|
|
|
|
<a name="behaviour_info-1"></a>
|
|
|
|
### behaviour_info/1 ###
|
|
|
|
`behaviour_info(Other) -> any()`
|
|
|
|
|