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