Luxand.FSDK.UnlockID C# (CSharp) 메소드

UnlockID() 개인적인 메소드

private UnlockID ( int Tracker, long ID ) : int
Tracker int
ID long
리턴 int
        public static extern int UnlockID(int Tracker, long ID);
FSDK