mz-automation / lib60870.NET

Official repository for lib60870.NET an implementation of the IEC 60870-5-101/104 protocols in C#
https://www.mz-automation.de/communication-protocols/iec-60870-5-101-104-c-net-source-code-library/
GNU General Public License v3.0
122 stars 74 forks source link

how to read parameter data from ASDUReceivedHandler ? #19

Open Saleem344 opened 3 years ago

Saleem344 commented 3 years ago

Hi, I have used example cs104-client3 in the console it is printing the data but I want to take this data into another function how can I call ASDUReceivedHandler explicitly and read data from it??

Thankyou.