Hi I have a javaAPi for the capturing events from the finger Print machine,I am connected the machine by using TCP. I am not understanding how to capture events from the machine continually using xmlevent handler.
This API will have these methods.
public interface SBXPCXMLEventListener {
public void OnReceiveEventXML(String eventXML);
}
public static native boolean StartEventCapture(long dwCommType, long dwParam1, long dwParam2);
If I am not understandable please ask me question i will clear.please apologies for my less information.