Open eoldak opened 1 year ago
Sure, extend your Application
subclass with a do_ConfirmedEventNotificationRequest
function. You'll get an APDU with all of the EventNotificationParameters
the client provided, respond with a simple acknowledgement. You'll also probably want a do_UnconfirmedEventNotificationRequest
function with similar processing, but in that case there is no acknowledgement. There is a sample application with some interesting bits of code that might help.
Hey Joel! Amazing work and support, thank you so much.
Question - is there support for receiving Alarms via Event Notifications?
Thank you! EJ