📄 usbmicard.def
字号:
; UsbMiCard.def : Declares the module parameters for the DLL.
LIBRARY "UsbMiCard"
DESCRIPTION 'UsbMiCard Windows Dynamic Link Library'
EXPORTS
; Explicit exports can go here
MifUSB_OpenDevice @1
MifUSB_CloseDevice @2
MifUSB_ReadBlock @3
MifUSB_ReadBlockEx @4
MifUSB_WriteBlock @5
MifUSB_WriteBlockEx @6
MifUSB_GetCardType @7
MifUSB_GetCardSN @8
MifUSB_TransKey @9
MifUSB_SetBeep @10
MifUSB_SetRedLed @11
MifUSB_SetGreenLed @12
HaltCard @13
LinkRW @14
SelectCard @15
CardAuthern @16
WriteKey @17
ReadValue @18
WriteValue @19
IncrementValue @20
DecrementValue @21
TestString @22
GetCardType @23
GetCardSN @24
TransKey @25
SetAlarm @26
MifUSB_SetGreenLed_ON @27
MifUSB_SetGreenLed_OFF @28
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -