struct
Matter::Schema::SpecificationVersionData
- Matter::Schema::SpecificationVersionData
- Struct
- Value
- Object
Overview
Represents a Matter specification version with major, minor, patch components
Defined in:
matter/schema/specification_version.crConstructors
Instance Method Summary
- #major : UInt8
- #major=(major : UInt8)
- #minor : UInt8
- #minor=(minor : UInt8)
- #patch : UInt8
- #patch=(patch : UInt8)
- #reserved : UInt8
- #reserved=(reserved : UInt8)