Inventory15693 – Argox PT-9130 User Manual

Page 161

Advertising
background image

PT-90 Mobile Computer SDK Programming Manual 154

Inventory15693

Get ISO 15693 tag unique identifier (UID).

int Inventory15693

{

char

lpFlag[]

,

char

lpAFI[]

,

char

lpOutUID[]

}

Parameters

lpFlag

[in] Set request flag, please refer to table below. This parameter displayed in base hexadecimal notation.

Bit 8

Bit 7

Bit 6

Bit 5

Bit 4

Bit 3

Bit 2

Bit 1

0

0

Slots_flag

0 - 16 slots

1 - 1 slots

0

0

1

0

0

lpAFI

[in] This parameter not support and should be set to "".

lpOutUID

[out] Receive the tag unique identifier.

Returned Values

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

Example

char cUID[40];

if(Inventory15693("04", "", cUID) != 0)

AfxMessageBox(_T("Inventory 15693 fail"));

Requirements

OS Versions: Windows CE 6.0 or beyond.

Header: RFID.h

Link Library: RFID.lib

Link DLL: RFID.dll
Device: PT90

Advertising