1
0
mirror of https://github.com/ubf/ubf.git synced 2026-04-16 17:55:48 +00:00
Files
ubf/doc/ubf_driver.md
Joseph Wayne Norton 39468d05e2 Update docs
2013-03-26 12:41:39 +09:00

1.3 KiB

Module ubf_driver

Protocol driver process for UBF(a) protocol sessions.

. __Behaviours:__ [`contract_driver`](contract_driver.md).

Function Index

decode/4
encode/3
init/1
init/2
start/1
start/2

Function Details

decode/4

decode(Contract, Safe, Cont, Binary) -> any()

encode/3

encode(Contract, Safe, Term) -> any()

init/1

init(Contract) -> any()

init/2

init(Contract, Options) -> any()

start/1

start(Contract) -> any()

start/2

start(Contract, Options) -> any()