Readultralightblock – Argox PT-9130 User Manual

Page 176

Advertising
background image

PT-90 Mobile Computer SDK Programming Manual 169

ReadUltraLightBlock

Read data of single block from ISO 14443A mifare ultralight tag.

int ReadUltraLightBlock

{

int

iBlock

,

char

lpOutData[]

}

Parameters

iBlock

[in] The block index of mifare ultralight 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.

Example

char cData[128];

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

AfxMessageBox(_T("Read ultralight 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