Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SEEK 3.1 is not fully compliant with OpenMobile 2.04 specification, by missing SEService.getVersion() #79

Open
GoogleCodeExporter opened this issue Aug 25, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

the public document for SEEK 3.1 seems to indicate its compliancy with 
OpenMobile 2.04 at 
http://seek-for-android.googlecode.com/svn/trunk/doc/index.html
with the following wording:

public class SEService extends Object

The SEService realises the communication to available Secure Elements on the 
device. This is the entry point of this API. It is used to connect to the 
infrastructure and get access to a list of Secure Element Readers. 

See Also:SIMalliance Open Mobile API v2.04

However, it is missing the getVersion API support mentioned in OM 2.04 at the 
following section:

6.4.5
Method: String getVersion()
Returns the version of the Open Mobile API specification this implementation is 
based
on.
Return value:
String containing the Open Mobile API version (e.g. "2.04").

SEEK should consider implementing this function as a "static" method.
The reason this should be a static method instead of a member method is because 
this is an information-al only API that should not require access/specific 
instance of any class of OpenMobile.

Original issue reported on code.google.com by [email protected] on 30 Jan 2014 at 10:33

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant