Rfid.dll – Argox PT-9130 User Manual

Page 153

Advertising
background image

PT-90 Mobile Computer SDK Programming Manual 146

RFID.DLL

We supply RFID.DLL which includes several functions to allow programmer to control the

on-board RFID device. Programmer can use WINCE develop tool like Visual Studio 2005 to

develop application programs. Descriptions of all these functions are given below.

RFID Related Functions

OpenComPort

– Open com port to connect RFID module.

CloseComPort

– Close com port and disconnect RFID module.

GetFWVersion

– Query RFID module firmware version.

APIVersion

– Query RFID API version.

SetWorkingType

– Set RFID module working type with different tag type.

AntennaContro

– Enable/Disable antenna to save power.

Inventory15693

– Query 15693 tag unique identifier (UID).

ReadSingleBlock

– Read data of single block from 15693 tag.

WriteSingleBlock

– Write data of single block to 15693 tag.

WriteAFI

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

WriteDSFID

– Write data structure format identifier (DSFID) to 15693 tag.

LockAFI

– Lock AFI on 15693 tag.

LockDSFID

– Lock DSFID on 15693 tag.

LockBlock

– Lock single block on 15693 tag.

TagSystemInfo

– Query tag information from 15693 tag.

TagStayQuiet

– Set 15693 tag to stay quiet state.

TagSelect

– Set 15693 tag to select state.

TagResetToReady

– Set select or quiet tag to ready state.

OpenCard14443A

– Open 14443A tag of mifare type and get tag UID.

ReadMifareBlock

– Read data of single block from 14443A mifare S50/S70 tag.

WriteMifareBlock

– Write data of single block to 14443A mifare S50/S70 tag.

ReadUltraLightBlock

– Read data of single block from 14443A mifare ultralight

tag.

WriteUltraLightBlock

– Write data of single block to 14443A mifare ultralight

tag.

GetUid14443B

– Query 14443B tag UID.

SRIX4KChipID

– Query 14443B SRIX4K tag chip ID.

SRIX4KReadBlock

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

SRIX4KWriteBlock

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

Advertising