IDBLUE logo
Public Member Functions | Protected Attributes
BlockResponse Class Reference
Inheritance diagram for BlockResponse:
RfidResponse TimestampResponse IDBlueResponse BlocksResponse ReadBlockResponse WriteBlockResponse ReadBlocksResponse WriteBlocksResponse

Public Member Functions

(byte) - blockIndex
(byte) - blockCount
(int) - blockDataLen
(CByteArray *) - blockData
(int) - blockDataOffset

Protected Attributes

byte _blockIndex
byte _blockCount
int _blockDataLen
CByteArray_blockData

Detailed Description

BlockResponse is a subclass of RfidResponse, that also contains block data. BlockResponse defaults to 1 block of data. BlocksResponse is a BlockResponse that deals with multiple blocks of data.

(data stored in user memory of an RFID tag. Block is an ISO15693 term - ISO15693 tags user memory is broken up into blocks. The size of the user memory is the number of blocks times the number of bytes per block. Block size and block count vary from tag to tag)


Member Function Documentation

- (byte) blockCount

Gets the number of blocks read from user memory of an RFID tag

Gets the block data ready from user memory of an RFID tag

- (int) blockDataLen

Gets the number of bytes of user memory read from an RFID tag

- (int) blockDataOffset

Gets the offset, relative to the payload, of where the block data is read from an IDBluePacket

- (byte) blockIndex

Gets the block index of the first block read from user memory of an RFID tag


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

 

Generated on Mon Jan 19 2015 15:47:37
Copyright © 2015 Cathexis Innovations Inc. All Rights Reserved.