-
Notifications
You must be signed in to change notification settings - Fork 341
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
update StatusCode #5
Conversation
…ceptions in case of error in high level Node
@@ -134,5 +134,7 @@ namespace OpcUa | |||
|
|||
ObjectID VariantTypeToDataType(VariantType vt); | |||
|
|||
void CheckStatusCode(StatusCode code); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let put this in the status_codes? Or may be another place with corresponding name.
This is useful function can be used everywhere.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done. I also pushed by mistakes som cleanup code and small additions, but they should be ok.
update StatusCode. Added DeleteSubscription request.
Little refactoring and build fix.
StatusCode are completely different from those used earlier. they are now hopefully correct.
small updates