Srix4kreadblock – Argox PT-9130 User Manual

Page 180

Advertising
background image

PT-90 Mobile Computer SDK Programming Manual 173

SRIX4KReadBlock

Read data of single block from ISO 14443B SRIX4K tag.

int SRIX4KReadBlock

{

int

iBlock

,

char

lpOutData[]

}

Parameters

iBlock

[in] The block index of SRIX4K tag. Please refer to tag respective document.

lpOutData

[out] Receive the block data.

Returned Values

Returning zero if the operation is successful, otherwise, indicates failure.

Remarks

When applies this function, after must remove tag of RFID field. Otherwise, SRIX4KChipID function will not

be able to get chip ID. Refer to

SRIX4K Flow Chart

.

Example

char cData[128];

if(SRIX4KReadBlock(8, cData) != 0)

AfxMessageBox(_T("Read SRIX4K block fail"));

Requirements

OS Versions: Windows CE 6.0 or beyond.

Header: RFID.h

Link Library: RFID.lib

Link DLL: RFID.dll
Device: PT90

Advertising