Uses of Interface
org.eclipse.keypop.calypso.card.transaction.SearchCommandData
Package
Description
Components used in applications to manage Calypso cards.
Calypso card transaction API.
-
Uses of SearchCommandData in org.eclipse.keypop.calypso.card
Modifier and TypeMethodDescriptionCalypsoCardApiFactory.createSearchCommandData()
Returns a new instance ofSearchCommandData
. -
Uses of SearchCommandData in org.eclipse.keypop.calypso.card.transaction
Modifier and TypeMethodDescriptionSearchCommandData.enableRepeatedOffset()
Allows the command to analyze the data present at the given offset, and repeatedly at each following offset, until the end of the record is reached.SearchCommandData.fetchFirstMatchingResult()
Requests to fetch the content of the first matching record into theCalypsoCard
.SearchCommandData.setMask
(byte[] mask) Sets the mask of bits to take into account during the comparison (padded right with FFh if absent or incomplete).SearchCommandData.setOffset
(int offset) Sets the offset in number of bytes from which the analysis should be performed within a record.SearchCommandData.setSearchData
(byte[] data) Sets the data to search.SearchCommandData.setSfi
(byte sfi) Sets the SFI of the EF in which the search is to be performed.SearchCommandData.startAtRecord
(int recordNumber) Sets the number of the record where the search should begin.Modifier and TypeMethodDescriptionTransactionManager.prepareSearchRecords
(SearchCommandData data) Schedules the execution of a "Search Record Multiple" command to search data in the records of the indicated EF, from a given record to the last record of the file.