📄 gdcmd.h
字号:
#ifndef __GDCMD_H
#define __GDCMD_H
#include "ctcomm.h"
#define TOTAL_CMD 35
// Starcos
#define DELETE_MF 0
#define SELECT 1
#define CREATE 2
#define REGISTER 3
#define UPDATE_BIN 4
#define UPDATE_REC 5
#define WRITE_KEY 6
#define GET_CHALLENGE 7
#define VERIFY_PIN 8
#define CRYPT 9
#define GET_RESP 10
#define READ_BIN 11
#define READ_REC 12
#define EXTN_AUTH 13
#define EXCH_CHA 14
#define CARD_DATA 15
// PBOC Card
#define PBOC_BAL 16
#define PBOC_RELOAD 17
#define PBOC_PURCHASE 18
#define PBOC_SAM_PUR 19
#define PBOC_SAM_VERIFY 20
#define PBOC_DEBITPUR 21
#define PBOC_DEBITCASH 22
// batch card
#define BC_WRITEKEY 23
#define BC_GENDK 24
// PBOC Card
#define PBOC_LOAD 25
#define PBOC_CRE_LOAD 26
#define PBOC_UNLOAD 27
#define PBOC_DEB_ULD 28
#define PBOC_EPUNLOAD 29
#define PBOC_DEB_EPULD 30
// Completion
#define GD_CHECK_KEY 31
#define GD_LOAD_COMP 32
#define GD_COMP_END 33
#define GD_DEL_COMP 34
//__declspec(dllexport) extern TCommand GDCommand[TOTAL_CMD];
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -