W
Wfanli
Unregistered / Unconfirmed
GUEST, unregistred user!
Global hWnd%, nhiCC%, slpName$, nreturn%, nictype%, nzone%, naddr%, nlen%, nCodeLen%, scode$, nauxportcode%, nstatus%
Global SelectCardType, ICCardOpen, selICCardType, selectzone, firstshow, PowerUp, Maxlen%, Nstart%
Global szone$, sCardType$, ncode%()
Global slpdata As String * 255
Type STATUS
me1 As Integer
me2 As Integer
MED As Integer
End Type
Global stat As STATUS
Declare Function iCC_Open Lib "STICCW32.DLL" (ByVal lpName$, hiCC%) As Integer
Declare Function select_card Lib "STICCW32.DLL" (ByVal hiCC%, ByVal card_type%) As Integer
Declare Function closecom Lib "STICCW32.DLL" (ByVal hiCC%) As Integer
Declare Function power_up Lib "STICCW32.DLL" (ByVal hiCC%) As Integer
Declare Function power_down Lib "STICCW32.DLL" (ByVal hiCC%) As Integer
Declare Function erase_word Lib "STICCW32.DLL" (ByVal hiCC%, ByVal zone%, ByVal addr%, ByVal data_len%) As Integer
Declare Function write_card Lib "STICCW32.DLL" (ByVal hiCC%, ByVal zone%, ByVal addr%, ByVal data_len%, ByVal dat$) As Integer
Declare Function read_card Lib "STICCW32.DLL" (ByVal hiCC%, ByVal zone%, ByVal addr%, ByVal data_len%, ByVal dat$) As Integer
Declare Function check_code Lib "STICCW32.DLL" (ByVal hiCC%, ByVal code_length%, code As Byte) As Integer
Global SelectCardType, ICCardOpen, selICCardType, selectzone, firstshow, PowerUp, Maxlen%, Nstart%
Global szone$, sCardType$, ncode%()
Global slpdata As String * 255
Type STATUS
me1 As Integer
me2 As Integer
MED As Integer
End Type
Global stat As STATUS
Declare Function iCC_Open Lib "STICCW32.DLL" (ByVal lpName$, hiCC%) As Integer
Declare Function select_card Lib "STICCW32.DLL" (ByVal hiCC%, ByVal card_type%) As Integer
Declare Function closecom Lib "STICCW32.DLL" (ByVal hiCC%) As Integer
Declare Function power_up Lib "STICCW32.DLL" (ByVal hiCC%) As Integer
Declare Function power_down Lib "STICCW32.DLL" (ByVal hiCC%) As Integer
Declare Function erase_word Lib "STICCW32.DLL" (ByVal hiCC%, ByVal zone%, ByVal addr%, ByVal data_len%) As Integer
Declare Function write_card Lib "STICCW32.DLL" (ByVal hiCC%, ByVal zone%, ByVal addr%, ByVal data_len%, ByVal dat$) As Integer
Declare Function read_card Lib "STICCW32.DLL" (ByVal hiCC%, ByVal zone%, ByVal addr%, ByVal data_len%, ByVal dat$) As Integer
Declare Function check_code Lib "STICCW32.DLL" (ByVal hiCC%, ByVal code_length%, code As Byte) As Integer