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

Is there a synchronous blocking way to get messages? #167

Open
haegThe opened this issue Jan 21, 2025 · 0 comments
Open

Is there a synchronous blocking way to get messages? #167

haegThe opened this issue Jan 21, 2025 · 0 comments

Comments

@haegThe
Copy link

haegThe commented Jan 21, 2025

In the example, the client receives messages from the server through callback functions.
CS104_Connection_setASDUReceivedHandler(con, asduReceivedHandler, NULL);
Is there a synchronous blocking method to obtain messages?
Like this:
var result = CS104_Connection_sendInterrogationCommand(connection, CS101_COT_ACTIVATION, ca, IEC60870_QOI_STATION);
so we can process in this context.

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

1 participant