nimbuscontrols / EIPScanner

Free implementation of EtherNet/IP in C++
https://eipscanner.readthedocs.io/en/latest/
MIT License
233 stars 93 forks source link

Add readonly flag to Parameter Object #19

Closed atimin closed 4 years ago

atimin commented 4 years ago

Is your feature request related to a problem? Currently, we have no information about if the parameter provides writing.

Describe the solution you'd like Parameter Object has a descriptor attribute (ID=4) where the needed flag exists. We should read it and add a getter method.