c++ Programming Glossary: identificationresult
Set/Get Java List<> from C code http://stackoverflow.com/questions/8168931/set-get-java-list-from-c-code from C code Java Code In Java code I have class called IdentificationResult which has 3 members enrollmentID enrollmentSettings identParams.. the class package com.vito.android.framework.service class IdentificationResult class IdentParams byte otp String seedId String enrollmentID.. IdentParams identParams In the main class I have function IdentificationResult GetAuthenticationStatus here is the main Class public class..
|