Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Alarms and Event Notifications #476

Open
eoldak opened this issue Dec 21, 2022 · 1 comment
Open

Support for Alarms and Event Notifications #476

eoldak opened this issue Dec 21, 2022 · 1 comment

Comments

@eoldak
Copy link

eoldak commented Dec 21, 2022

Hey Joel! Amazing work and support, thank you so much.

Question - is there support for receiving Alarms via Event Notifications?

Thank you!
EJ

@JoelBender
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants