pjkundert / cpppo

Communications Protocol Python Parser and Originator -- EtherNet/IP CIP
https://hardconsulting.com/products/6-cpppo-enip-api
Other
340 stars 112 forks source link

Enumerate class attributes #75

Open japem opened 5 years ago

japem commented 5 years ago

Is there a way to list all of the attributes of a given class with this package (i.e. name, data type, etc.)? I looked into the get_attribute module but it seems it only returns values for a specific instance.