struct

Matter::Schema::SpecificationVersionData

Inherits Struct < Value < Object

Represents a Matter specification version with major, minor, patch components

Constructors

new(major : UInt8, minor : UInt8, patch : UInt8, reserved : UInt8 = 0_u8)
Source

Instance methods

major
Source
major=(major : UInt8)
Source
minor
Source
minor=(minor : UInt8)
Source
patch
Source
patch=(patch : UInt8)
Source
reserved
Source
reserved=(reserved : UInt8)
Source