Module apdu_stack

A helper module for using a "stack" of APDU transforms.

Description

A helper module for using a "stack" of APDU transforms.

Data Types

mod()

mod() = apdu_transform:mod()

modlist()

modlist() = [mod() | {mod(), [term()]}]

Function Index

start_link/2Starts a stack of APDU transforms and links them up.

Function Details

start_link/2

start_link(Proto::apdu:protocol(), ModList::modlist()) -> {ok, pid()} | {error, term()}

Starts a stack of APDU transforms and links them up.


Generated by EDoc