EIDNative Feature Request
-
ultimate question for the commandline
Just call the program, get all (picture.jpg, return.csv) depending on card inserted.
Is eid the result is eid data, if sis then result is sis data, if no picture (when sis) then picture =a default 'nopic; bitmap' If there is no card then result.csv = no card;
extra fields result.csv : read time ; readername.
A structure of result.csv
1 result= eid/sis/none
2 time = 200924 14:22
3 read on readername = ACR3....
4 reader name 1 = ACR3...
5 readername 2 = none
6 readername 3 = none
7-20 eid data fields
21-35 = sis data fields
eid or… more5 votes -
Synchronize classes and methods for all supported languages
eIDNative C#, Delphi, VB and Java versions have the same base methods, but the rest of the code is different. Try to make it similar as much as possible.
2 votes