struct Matter::Schema::SpecificationVersionData

Overview

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

Defined in:

matter/schema/specification_version.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(major : UInt8, minor : UInt8, patch : UInt8, reserved : UInt8 = 0_u8) #

[View source]

Instance Method Detail

def major : UInt8 #

[View source]
def major=(major : UInt8) #

[View source]
def minor : UInt8 #

[View source]
def minor=(minor : UInt8) #

[View source]
def patch : UInt8 #

[View source]
def patch=(patch : UInt8) #

[View source]
def reserved : UInt8 #

[View source]
def reserved=(reserved : UInt8) #

[View source]