eRFID_AccessControl_ProcedureType

This page covers the description of the eRFID_AccessControl_ProcedureType enumeration

eRFID_AccessControl_ProcedureType enumeration contains a set of constants that define the type of authentication or secure data access procedure.

const eRFID_AccessControl_ProcedureType = {
    ACPT_UNDEFINED: 0,
    ACPT_BAC: 1,
    ACPT_PACE: 2,
    ACPT_CA: 3,
    ACPT_TA: 4,
    ACPT_AA: 5,
    ACPT_RI: 6,
    ACPT_CARD_INFO: 10,
}

Constant

Description

ACPT_UNDEFINED

type is not defined

ACPT_BAC

BAC/BAP

ACPT_PACE

PACE

ACPT_CA

CA

ACPT_TA

TA

ACPT_AA

AA

ACPT_RI

RI

ACPT_CARD_INFO

card info

Last updated

Was this helpful?