Antennacontro – Argox PT-9130 User Manual

Page 160

Advertising
background image

PT-90 Mobile Computer SDK Programming Manual 153

AntennaContro

Enable/Disable antenna to save power.

int AntennaContro

{

int

iSelect

}

Parameters

iSelect

[in] Flag that indicates whether to Enable(1) or Disable(0) the antenna.

Returned Values

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

Example

if(AntennaContro(1) != 0)

AfxMessageBox(_T("Antenna control fail"));

Requirements

OS Versions: Windows CE 6.0 or beyond.

Header: RFID.h

Link Library: RFID.lib

Link DLL: RFID.dll
Device: PT90

Advertising