Setworkingtype – Argox PT-9130 User Manual

Page 159

Advertising
background image

PT-90 Mobile Computer SDK Programming Manual 152

SetWorkingType

Set RFID module working type with different tag type, and this function should be called before read card.

int SetWorkingType

{

int

iType

,

int

iHalfPower

}

Parameters

iType

[in] The RFID module working type. This parameter must be one of the values in the table below.

Value

Working type

1

15693

2

14443A

3

14443B

iHalfPower

[in] The RFID module power type. This parameter must be one of the values in the table below.

Value

Power type

0

full power

1

Half power

Returned Values

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

Example

if(SetWorkingType(1,0) != 0)

AfxMessageBox(_T("Set working type fail"));

Requirements

OS Versions: Windows CE 6.0 or beyond.

Header: RFID.h

Link Library: RFID.lib

Link DLL: RFID.dll
Device: PT90

Advertising