Srix4kwriteblock – Argox PT-9130 User Manual

Page 181

Advertising
background image

PT-90 Mobile Computer SDK Programming Manual 174

SRIX4KWriteBlock

Write data of single block to ISO 14443B SRIX4K tag.

int SRIX4KWriteBlock

{

int

iBlock

,

char

lpData[]

}

Parameters

iBlock

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

lpOutData

[in] The block data, 8byte.

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

if(SRIX4KWriteBlock(8, "12345678") != 0)

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