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

bool isready() function can be public? #105

Open
AlessioSavelli opened this issue Dec 11, 2022 · 2 comments
Open

bool isready() function can be public? #105

AlessioSavelli opened this issue Dec 11, 2022 · 2 comments

Comments

@AlessioSavelli
Copy link

Hi, is possible to have the 'bool isready();' function as public and not private ?
Is useful to make something without blocking the program in Tag reading

Thanks you.

@caternuson
Copy link
Contributor

The isready() method (typically used via waitready()) is used with other private methods, like readdata() and writecommand() as part of full data exchange.

This sounds like a general request for async, non-blocking reads?

@AlessioSavelli
Copy link
Author

AlessioSavelli commented Feb 20, 2023 via email

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

No branches or pull requests

2 participants