Writeafi – Argox PT-9130 User Manual

Page 164

Advertising
background image

PT-90 Mobile Computer SDK Programming Manual 157

WriteAFI

Write application family identifier (AFI) to ISO 15693 tag.

int WriteAFI

{

char

lpFlag[]

,

char

lpAddressUID[]

,

char

lpData[]

}

Parameters

lpFlag

[in] Set request flag, please refer to table below and

RFID Request Flags

. This parameter displayed in base

hexadecimal notation.

Bit 8

Bit 7

Bit 6

Bit 5

Bit 4

Bit 3

Bit 2

Bit 1

0

Option_flag Address_flag

Select_flag

0

0

0

0

lpAddressUID

[in] The unique identifier of ISO 15693 tag. This parameter apply determined by the Address_flag, please

refer to ISO 15693 document.

lpData

[in] The AFI data, 2 byte.

Returned Values

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

Example

if(WriteAFI("40", "", "11") != 0)

AfxMessageBox(_T("Write AFI fail"));

Requirements

OS Versions: Windows CE 6.0 or beyond.

Header: RFID.h

Link Library: RFID.lib

Link DLL: RFID.dll
Device: PT90

Advertising