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

Getting APCI values #148

Open
tautvilis opened this issue Feb 8, 2024 · 4 comments
Open

Getting APCI values #148

tautvilis opened this issue Feb 8, 2024 · 4 comments
Labels

Comments

@tautvilis
Copy link

Is it possible to get current T0, T1, T2, T3 times and rx and tx sequence numbers in runtime? Also, bind to the timeouts?

@mzillgith
Copy link
Contributor

The timeout values T0-T3 don't change and are always the configured ones. But you can access them by the function CS104_Connection_getAPCIParameters.
The rx and tx counters are not available by the API.

@tautvilis
Copy link
Author

But using getAPCI parameters won't I receive the defined T0-T3 times? I want to get how much time I have until it timeouts.

@mzillgith
Copy link
Contributor

You mean you are interested in the times remaining until timeout in a specific situation? What would be a use-case for this?

@tautvilis
Copy link
Author

Yes, that is my case. I need them to write out debug information, that certain times timed out.

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

No branches or pull requests

2 participants