Module pcsc_apdu_transform

Behaviour for APDU transforms, as well as utility functions used by pcsc_card for dealing with them.

Behaviours: gen_server.

This module defines the pcsc_apdu_transform behaviour.
Required callback functions: formats/0, init/1, begin_transaction/1, command/2, reply/2, end_transaction/1, terminate/1.

Description

Behaviour for APDU transforms, as well as utility functions used by pcsc_card for dealing with them.

Data Types

format()

format() = atom()

A name for a "format": a type of data processed by an APDU transform.

mod()

mod() = module()

The name of a module which implements this behaviour.


Generated by EDoc