Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -575,6 +575,12 @@ public enum ParsingNotificationCodes {
/** Biometrics: BDB data image data type */
ntfLDS_Biometrics_BDB_Data_ImageDataType(2417623040l),

/** Notification - SI: Storage CS Non Consistant */
ntfLDS_SI_Storage_CS_NonConsistant(2432696593l),

/** Notification - SI: Storage CS PACE CAM key missing */
ntfLDS_SI_Storage_CS_PACE_CAM_Key_Missing(2432696594l),

/** Biometrics: RB data incorrect */
ntfLDS_Biometrics_RB_Data_Incorrect(2449539072l),

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,8 @@ public enum RfidDataFileType {

ID_DG21(121),

ID_DG22(122),

DL_COM(150),

DL_DG1(151),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1983,7 +1983,10 @@ public enum TextFieldType {
FT_JURISDICTION_SPECIFIC_DATA(703),

/** Date of data expiry */
FT_DATA_DATE_OF_EXPIRY(704);
FT_DATA_DATE_OF_EXPIRY(704),

/** Consul */
FT_CONSUL(705);

private Integer value;

Expand Down
Loading