⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mc32_10.bas

📁 IC卡分为两种 一种是接触式的 还一种是非接触式的 此文件二种程序都有 希望能帮到会员们
💻 BAS
字号:
Attribute VB_Name = "MC3210"

'***********************    operate at88sc102    ************************
Declare Function srd_102 Lib "MWIC_32.dll" (ByVal icdev As Long, ByVal zone As Integer, ByVal Offset As Integer, ByVal le As Integer, ByVal data_buffer$) As Integer
Declare Function swr_102 Lib "MWIC_32.dll" (ByVal icdev As Long, ByVal zone As Integer, ByVal Offset As Integer, ByVal le As Integer, ByVal data_buffer$) As Integer
Declare Function ser_102 Lib "MWIC_32.dll" (ByVal icdev As Long, ByVal zone As Integer, ByVal Offset As Integer, ByVal le As Integer) As Integer

Declare Function csc_102 Lib "MWIC_32.dll" (ByVal icdev As Long, ByVal le As Integer, ByRef data_buffer As Byte) As Integer
Declare Function rsc_102 Lib "MWIC_32.dll" (ByVal icdev As Long, ByVal le As Integer, ByRef data_buffer As Byte) As Integer
Declare Function wsc_102 Lib "MWIC_32.dll" (ByVal icdev As Long, ByVal le As Integer, ByRef data_buffer As Byte) As Integer
Declare Function rsct_102 Lib "MWIC_32.dll" (ByVal icdev As Long, counter As Integer) As Integer

Declare Function cesc_102 Lib "MWIC_32.dll" (ByVal icdev As Long, ByVal zone As Integer, ByVal le As Integer, ByRef data_buffer As Byte) As Integer
Declare Function resc_102 Lib "MWIC_32.dll" (ByVal icdev As Long, ByVal zone As Integer, ByVal le As Integer, ByRef data_buffer As Byte) As Integer
Declare Function wesc_102 Lib "MWIC_32.dll" (ByVal icdev As Long, ByVal zone As Integer, ByVal le As Integer, ByRef data_buffer As Byte) As Integer
Declare Function resct_102 Lib "MWIC_32.dll" (ByVal icdev As Long, ByVal zone As Integer, counter%) As Integer

Declare Function clrpr_102 Lib "MWIC_32.dll" (ByVal icdev As Long, ByVal zone As Integer) As Integer
Declare Function clrrd_102 Lib "MWIC_32.dll" (ByVal icdev As Long, ByVal zone As Integer) As Integer

Declare Function fakefus_102 Lib "MWIC_32.dll" (ByVal icdev As Long, mode%) As Integer
Declare Function blow_102 Lib "MWIC_32.dll" (ByVal icdev As Long) As Integer
Declare Function chk_102 Lib "MWIC_32.dll" (ByVal icdev As Long) As Integer



⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -