-
9.4.4 Write SR176 Card’s Block Data
Function Description:
Write data to specify SR176 card’s block.
Function Call:
INT32 RDINT_SR176WriteBlock(BYTE u8COMPort, BYTE u8BlkNo, LPBYTE pu8Data);
Parameter:
u8COMPort:
The reader’s COM port number (1 – 255)
u8BlkNo:
The block number which user wants to read (Ex: 0, 1, 2…).
pu8Data:
The data which user wants to write to the block.
Return code:
Please refer to section 9.5.
9.4.5 Lock SR176 Block
Function Description:
Lock the specify block on SR176 card.
Function Call:
INT32 RDINT_SR176LockBlock(BYTE u8COMPort, BYTE u8BlkNo);
Parameter:
u8COMPort:
The reader’s COM port number (1 – 255)
u8BlkNo:
The block number which user wants to lock (Ex: 0, 1, 2…).
Return code:
Please refer to section 9.5.
9.4.6 Read SRIX4K Card’s Block Data
Function Description:
Read the block from specify SRIX4K card.
Function Call:
INT32 RDINT_SRIX4KReadBlock (BYTE u8COMPort, BYTE u8BlkNo, LPBYTE pu8Data);
Parameter:
u8COMPort:
The reader’s COM port number (1 – 255)
u8BlkNo:
The block number which user wants to read (Ex: 0, 1, 2…).
pu8Data: Receive
the
data.
Return code:
Please refer to section 9.5.
9.4.7 Write SRIX4K Card’s Block Data
Function Description:
Write data to specify SRIX4K card’s block.
Function Call:
INT32 RDINT_SR176WriteBlock(BYTE u8COMPort, BYTE u8BlkNo, LPBYTE pu8Data);
Parameter:
u8COMPort:
The reader’s COM port number (1 – 255)
u8BlkNo:
The block number which user wants to read (Ex: 0, 1, 2…).
pu8Data:
The data which user wants to write to the block.
Return code:
Please refer to section 9.5.