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

Add a general purpose perform_function #28

Closed
emgre opened this issue Nov 13, 2020 · 1 comment
Closed

Add a general purpose perform_function #28

emgre opened this issue Nov 13, 2020 · 1 comment
Labels
enhancement New feature or request master Master issue

Comments

@emgre
Copy link
Contributor

emgre commented Nov 13, 2020

It should accept just a function code and request headers. It could be used for class assignement or to freeze counters for example.

See https://github.com/dnp3/opendnp3/blob/097b6ddcb012a54c9e8e10db03fec98ddc898341/cpp/lib/include/opendnp3/master/IMasterOperations.h#L150-L153

@emgre emgre added enhancement New feature or request master Master issue labels Nov 13, 2020
@jadamcrain
Copy link
Member

This caused a lot of confusion in retrospect for OpenDNP3 since it only works for requests that don't return data, it's pretty limited in what it can do.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request master Master issue
Projects
None yet
Development

No branches or pull requests

2 participants