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] A request to build an enhanced utility to the validation captive needs #38

Open
8 tasks
Scrappers-glitch opened this issue Oct 10, 2023 · 0 comments
Labels
c/c++ stuff related to c/c++ API enhancement New feature or request java Java related stuff jni Java Native Interface (Glue Code)

Comments

@Scrappers-glitch
Copy link
Member

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).
@Scrappers-glitch Scrappers-glitch added enhancement New feature or request c/c++ stuff related to c/c++ API java Java related stuff jni Java Native Interface (Glue Code) labels Oct 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c/c++ stuff related to c/c++ API enhancement New feature or request java Java related stuff jni Java Native Interface (Glue Code)
Projects
None yet
Development

No branches or pull requests

1 participant