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

[Validator-util-Serial4j] A request to build an enhanced C++ utility to the validation captive needs #40

Open
8 tasks
pavly-gerges opened this issue Oct 10, 2023 · 0 comments
Labels
enhancement New feature or request jni JNI-related stuff.

Comments

@pavly-gerges
Copy link
Member

pavly-gerges commented Oct 10, 2023

The validator API should have a native side for C/C++ compatibility applications:

  • int Validator::isTtyDevice(int* fd).
  • int Validator::isOpen(int* fd).
  • int Validator::isReadable(int* fd).
  • int Validator::isWritable(int* fd).

The validator API should hold the following methods:

  • boolean Validator.isTtyDevice(TerminalDevice).
  • boolean Validator.isOpen(TerminalDevice).
  • boolean Validator.isReadable(TerminalDevice).
  • boolean Validator.isWritable(TerminalDevice).
@pavly-gerges pavly-gerges added enhancement New feature or request jni JNI-related stuff. labels Oct 10, 2023
@pavly-gerges pavly-gerges transferred this issue from Electrostat-Lab/Serial4j Sep 5, 2024
@pavly-gerges pavly-gerges changed the title [Validator-util] A request to build an enhanced utility to the validation captive needs [Validator-util] A request to build an enhanced C++ utility to the validation captive needs Sep 8, 2024
@pavly-gerges pavly-gerges changed the title [Validator-util] A request to build an enhanced C++ utility to the validation captive needs [Validator-util-Serial4j] A request to build an enhanced C++ utility to the validation captive needs Sep 8, 2024
@pavly-gerges pavly-gerges pinned this issue Sep 8, 2024
@pavly-gerges pavly-gerges unpinned this issue Oct 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request jni JNI-related stuff.
Projects
None yet
Development

No branches or pull requests

1 participant