mod() = apdu_transform:mod()
modlist() = [mod() | {mod(), [term()]}]
| start_link/2 | Starts a stack of APDU transforms and links them up. |
| start_monitor/2 | |
| stop/1 |
start_link(Proto::apdu:protocol(), ModList::modlist()) -> {ok, [pid()]} | {error, term()}
Starts a stack of APDU transforms and links them up.
start_monitor(Proto::apdu:protocol(), ModList::modlist()) -> {ok, [{pid(), reference()}]} | {error, term()}
stop(Rest::[pid()] | [{pid(), reference()}]) -> ok | {error, term()}
Generated by EDoc