Type Alias jcm::FunctionMode

source ·
pub type FunctionMode = FuncId;
Expand description

Convenience alias for FuncId for consistency with the specification.

Aliased Type§

enum FunctionMode {
    Common = 0,
    Acceptor = 1,
    Recycler = 2,
    Escrow = 3,
    Reserved = 255,
}

Variants§

§

Common = 0

Common (entire device).

§

Acceptor = 1

Acceptor function.

§

Recycler = 2

Recycler function.

§

Escrow = 3

Escrow function.

§

Reserved = 255

Reserved function.