Mr-Markus / ZigbeeNet

A .NET Standard library for working with ZigBee
Eclipse Public License 1.0
131 stars 47 forks source link

Avoid Reflection to create Cluster classes #35

Closed nicolaiw closed 5 years ago

nicolaiw commented 5 years ago

Instead of using reflection to create the ZclCluster instances we should consider using factory functions.