Need a way to classify types based on their "base type" #1438
Labels
high priority
Tag that shows this as higher priority as other issues.
matter
Important to Matter SDK
Milestone
In the Matter specification, types can have a "base type". For example,
node-id
is a derived type from theuint64
base type.For Matter, it would be useful to code-generate a function that takes a type as input and returns the base type (which may be the type itself) as output. Unfortunately, at the moment ZAP types do not have base type information attached to them, making this rather difficult.
The text was updated successfully, but these errors were encountered: