Public Member Functions | Protected Member Functions | Friends
FedmIscTagHandler_ISO15693_KSW Class Reference

Transponder class providing manufacturer specific commands for ISO 15693 compliant Transponders from manufacturer KSW Microtec GmbH. More...

#include <FedmIscTagHandler_ISO15693_KSW.h>

Inheritance diagram for FedmIscTagHandler_ISO15693_KSW:
Inheritance graph
[legend]

List of all members.

Public Member Functions

int Bist ()
 [0xB1][0xA3] Bist
int GetLogStatus (unsigned char &ucLogFlags, unsigned char &ucLogPointer, unsigned int &uiLogPeriode, unsigned int &uiLogLimitLo, unsigned int &uiLogLimitHi, unsigned int &uiTimerticks)
 [0xB1][0xA2] Get Log Status
int Lock (string sPassword)
 [0xB1][0xA4] Lock
int SetLog (unsigned char ucLogFlags, unsigned char ucLogPointer, unsigned int uiLogPeriode, unsigned int uiLogLimitLo, unsigned int uiLogLimitHi)
 [0xB1][0xA1] Set Log
int SetPassive ()
 [0xB1][0xA0] : Set Passive
int Unlock (string sPassword)
 [0xB1][0xA5] Unlock

Protected Member Functions

 FedmIscTagHandler_ISO15693_KSW (FEDM_ISCReader *pReader, FEDM_ISOTabItem *pTabItem)
 FedmIscTagHandler_ISO15693_KSW (FEDM_ISCReader *pReader, unsigned int uiTagHandlerType, FEDM_ISOTabItem *pTabItem)
virtual ~FedmIscTagHandler_ISO15693_KSW ()

Friends

class FEDM_ISCReader
class FEDM_ISCReaderModule
class FEDM_ISOTabItem

Detailed Description

Transponder class providing manufacturer specific commands for ISO 15693 compliant Transponders from manufacturer KSW Microtec GmbH.

Description
High-level class for easy-to-use Transponder specific communication. See OBID::FEDM::Core::ITagGroup for additional information.
All methods are similiar to specific commands of KSW. Thus, you must refer to the Technical Datasheets to get detailed information about the methods and the parameters.
Secondly, all methods of this class are Custom specific commands, realized with the Reader command [0xB1], which are described in the Application Note KSW Custom and Proprietary Commands.pdf

Note:
Programmers should be familiar with the ISO 15693 standard

Definition at line 68 of file FedmIscTagHandler_ISO15693_KSW.h.


Constructor & Destructor Documentation

Definition at line 57 of file FedmIscTagHandler_ISO15693_KSW.cpp.

FedmIscTagHandler_ISO15693_KSW::FedmIscTagHandler_ISO15693_KSW ( FEDM_ISCReader pReader,
unsigned int  uiTagHandlerType,
FEDM_ISOTabItem pTabItem 
) [protected]

Definition at line 66 of file FedmIscTagHandler_ISO15693_KSW.cpp.

Definition at line 76 of file FedmIscTagHandler_ISO15693_KSW.cpp.


Member Function Documentation

[0xB1][0xA3] Bist

Returns:
  • 0 if OK
  • < 0 [error code](OBID::FEDM::Core::Error)
  • > 0 status byte of the responded protocol, if the Reader signals a problem. See Reader's System Manual for the full list with all status bytes.

Description
Refer to the Application Note KSW Custom and Proprietary Commands.pdf, where all parameters are described in detail.

Definition at line 257 of file FedmIscTagHandler_ISO15693_KSW.cpp.

int FedmIscTagHandler_ISO15693_KSW::GetLogStatus ( unsigned char &  ucLogFlags,
unsigned char &  ucLogPointer,
unsigned int &  uiLogPeriode,
unsigned int &  uiLogLimitLo,
unsigned int &  uiLogLimitHi,
unsigned int &  uiTimerticks 
)

[0xB1][0xA2] Get Log Status

Returns:
  • 0 if OK
  • < 0 [error code](OBID::FEDM::Core::Error)
  • > 0 status byte of the responded protocol, if the Reader signals a problem. See Reader's System Manual for the full list with all status bytes.

Description
Refer to the Application Note KSW Custom and Proprietary Commands.pdf, where all parameters are described in detail.

Definition at line 199 of file FedmIscTagHandler_ISO15693_KSW.cpp.

int FedmIscTagHandler_ISO15693_KSW::Lock ( string  sPassword)

[0xB1][0xA4] Lock

Returns:
  • 0 if OK
  • < 0 [error code](OBID::FEDM::Core::Error)
  • > 0 status byte of the responded protocol, if the Reader signals a problem. See Reader's System Manual for the full list with all status bytes.

Description
Refer to the Application Note KSW Custom and Proprietary Commands.pdf, where all parameters are described in detail.

Definition at line 297 of file FedmIscTagHandler_ISO15693_KSW.cpp.

int FedmIscTagHandler_ISO15693_KSW::SetLog ( unsigned char  ucLogFlags,
unsigned char  ucLogPointer,
unsigned int  uiLogPeriode,
unsigned int  uiLogLimitLo,
unsigned int  uiLogLimitHi 
)

[0xB1][0xA1] Set Log

Returns:
  • 0 if OK
  • < 0 [error code](OBID::FEDM::Core::Error)
  • > 0 status byte of the responded protocol, if the Reader signals a problem. See Reader's System Manual for the full list with all status bytes.

Description
Refer to the Application Note KSW Custom and Proprietary Commands.pdf, where all parameters are described in detail.

Definition at line 143 of file FedmIscTagHandler_ISO15693_KSW.cpp.

[0xB1][0xA0] : Set Passive

Returns:
  • 0 if OK
  • < 0 [error code](OBID::FEDM::Core::Error)
  • > 0 status byte of the responded protocol, if the Reader signals a problem. See Reader's System Manual for the full list with all status bytes.

Description
Refer to the Application Note KSW Custom and Proprietary Commands.pdf, where all parameters are described in detail.

Definition at line 99 of file FedmIscTagHandler_ISO15693_KSW.cpp.

int FedmIscTagHandler_ISO15693_KSW::Unlock ( string  sPassword)

[0xB1][0xA5] Unlock

Returns:
  • 0 if OK
  • < 0 [error code](OBID::FEDM::Core::Error)
  • > 0 status byte of the responded protocol, if the Reader signals a problem. See Reader's System Manual for the full list with all status bytes.

Description
Refer to the Application Note KSW Custom and Proprietary Commands.pdf, where all parameters are described in detail.

Definition at line 340 of file FedmIscTagHandler_ISO15693_KSW.cpp.


Friends And Related Function Documentation

friend class FEDM_ISCReader [friend]

Reimplemented from FedmIscTagHandler_ISO15693.

Definition at line 74 of file FedmIscTagHandler_ISO15693_KSW.h.

friend class FEDM_ISCReaderModule [friend]

Reimplemented from FedmIscTagHandler_ISO15693.

Definition at line 73 of file FedmIscTagHandler_ISO15693_KSW.h.

friend class FEDM_ISOTabItem [friend]

Reimplemented from FedmIscTagHandler_ISO15693.

Definition at line 75 of file FedmIscTagHandler_ISO15693_KSW.h.


The documentation for this class was generated from the following files:


maggie_rfid_drivers
Author(s): Raul Perula-Martinez
autogenerated on Mon Sep 14 2015 03:05:32