Beispiel #1
0
 static extern bool ftrScanIsFingerPresent(IntPtr ftrHandle, out _FTRSCAN_FRAME_PARAMETERS pFrameParameters);
Beispiel #2
0
        public bool IsFinger()
        {
            var t = new _FTRSCAN_FRAME_PARAMETERS();

            return(ftrScanIsFingerPresent(device, out t));
        }