2 changed files with 22 additions and 1 deletions
@ -0,0 +1,21 @@ |
|||||||
|
using System; |
||||||
|
using System.Collections.Generic; |
||||||
|
using System.Linq; |
||||||
|
using System.Runtime.InteropServices; |
||||||
|
using System.Text; |
||||||
|
using System.Threading.Tasks; |
||||||
|
|
||||||
|
namespace AksWebBrowser.Devices |
||||||
|
{ |
||||||
|
//apt-get install gcc-c++ libstdc++-devel |
||||||
|
public class Fingerprint |
||||||
|
{ |
||||||
|
public Fingerprint(){} |
||||||
|
|
||||||
|
} |
||||||
|
class LibFingerprint |
||||||
|
{ |
||||||
|
[DllImport("libmsprintsdk", EntryPoint = "SetInit", CharSet = CharSet.Ansi)] |
||||||
|
public static extern int SetInit(); |
||||||
|
} |
||||||
|
} |
Loading…
Reference in new issue