sc_code_type_t

Card PIN types.

Synopsis:

#include <smartcard/sc_data_types.h>
 
typedef enum
      SC_CODE_TYPE_ALPHANUMERIC = 0   
      SC_CODE_TYPE_NUMERIC = 1   
      SC_CODE_TYPE_ALPHA = 2   
} sc_code_type_t;

Since:

BlackBerry 10.2.0

Data:

SC_CODE_TYPE_ALPHANUMERIC
Alphanumeric PIN type.
SC_CODE_TYPE_NUMERIC
Numeric PIN type.
SC_CODE_TYPE_ALPHA
Alpha-only PIN type.

Library:

libscs (For the qcc command, use the -l scs option to link against this library)

Description: