Signature Print Notification
If the core is configured to notify the POS of a signature print, then a device event will be generated as shown below. The POS should examine the Event Type field to determine that this is a signature print notification.
<?xml version="1.0" encoding="UTF-8"?> <DeviceRequest ApplicationSender="MICROS" WorkstationID="1" RequestID="5.11" RequestType="Event"> <Event Event Type="SIGNATURE" /> </DeviceRequest>
The POS should acknowledge the device event as in the following example.
<?xml version="1.0" encoding="UTF-8"?> <DeviceResponse RequestType="Event" ApplicationSender="MICROS" WorkstationID="1" RequestID="5.11" OverallResult="Success" />