Skip to content

Commit

Permalink
Update source code, the version update to 1.32.0
Browse files Browse the repository at this point in the history
//1.31.7 - The version using by customer OEM
//1.31.9 - Fix bug while in close session, the behave is using
bluetooth printer with bR301 and iR301, the reader session will close.
//1.32.0 - Fix block issue while in reading data from reader, the
behave is random get 0x80100016 error, the error only happen with iR301
series
  • Loading branch information
FeitianSmartcardReader committed Feb 22, 2017
1 parent 2d784aa commit 3873df9
Show file tree
Hide file tree
Showing 39 changed files with 6,999 additions and 6,701 deletions.
15 changes: 6 additions & 9 deletions libs/SDK/include/ReaderInterface.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,9 @@
* You should assume that an application implemenation of this delegate will call [ReaderInterface cardInterface] to obtian a card interface.
* @param attached is YES if the 301 has become attached to the phone or NO if the 301 has become detached from the phone.
*/
- (void) readerInterfaceDidChange:
(BOOL)attached;
- (void) readerInterfaceDidChange:(BOOL)attached;

- (void) cardInterfaceDidDetach:
(BOOL)attached;
- (void) cardInterfaceDidDetach:(BOOL)attached;
@end


Expand All @@ -54,9 +52,9 @@
* methods of the CardInterface class.
*/

@interface ReaderInterface :
NSObject {

@interface ReaderInterface : NSObject
{
}

/**
Expand All @@ -65,8 +63,7 @@ NSObject {
* Our applicaiton layer might set this back to nil when notifications are no longer desired.
* @param delegate is the caller provided delegate.
*/
- (void) setDelegate:
(id<ReaderInterfaceDelegate>)delegate;
- (void) setDelegate:(id<ReaderInterfaceDelegate>)delegate;

/**
* Query if our custom version of the 301 is currently attached to the phone.
Expand Down
Loading

0 comments on commit 3873df9

Please sign in to comment.