FpsApi: FingerPresenceEvent

FingerPresenceEvent

Occurs when the state of the finger presence detector module has changed.

 Event FingerPresenceEvent(
	  ByVal Status As Long )

Parameters

Status
The new status of the detector.

Languages

[Visual Basic] Event FingerPresenceEvent(ByVal status As Long)

[Delphi] procedure FingerPresenceEvent(Sender: TObject; status: Integer);

[C++] void FingerPresenceEvent(long status);

Remarks

[Delphi] The Sender parameter indicates which component received the event and therefore called the handler.

See Also

Class FpsApi Overview FpsApi Properties FpsApi Methods EventTypes FingerToNist