You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: