Skip to content
Merged
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
16 changes: 2 additions & 14 deletions src/models/result.ts
Original file line number Diff line number Diff line change
Expand Up @@ -159,21 +159,9 @@ export enum Result {
*/
DTC_VC = 109,
/**
* Contains mDL device raw response
* Contains mDL parsed response
*/
MDL_DEVICE_RAW_RESPONSE = 120,
/**
* Contains mDL device parsed response
*/
MDL_DEVICE_PARSED_RESPONSE = 121,
/**
* Contains mDL server raw response
*/
MDL_SERVER_RAW_RESPONSE = 122,
/**
* Contains mDL server parsed response
*/
MDL_SERVER_PARSED_RESPONSE = 123,
MDL_PARSED_RESPONSE = 121,
/**
* Contains result of VDS NC
*/
Expand Down