We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Thanks for public the project, it's help me to much.
Your library is very good, but i found issue with return value in read command in h-opc-cli.exe (monitor command also)
Line 149 in Repl.cs Console.WriteLine("Value changed: " + o); //should be o.Value Line 161 in Repl.cs Console.WriteLine(value);//should be value.Value
BTW, I'm not a developer so I have no idea to deal with GitHub. I just left Issue here. teowe
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Thanks for public the project, it's help me to much.
Your library is very good, but i found issue with return value in read command in h-opc-cli.exe (monitor command also)
Line 149 in Repl.cs Console.WriteLine("Value changed: " + o); //should be o.Value
Line 161 in Repl.cs Console.WriteLine(value);//should be value.Value
BTW, I'm not a developer so I have no idea to deal with GitHub. I just left Issue here.
teowe
The text was updated successfully, but these errors were encountered: