struct Matter::Schema::BitFieldEnum(E)

Overview

Represents a multi-bit field that maps to an enum type

Defined in:

matter/schema/bitmap_schema.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(bit : Int32, width : Int32) #

[View source]

Instance Method Detail

def bit : Int32 #

def clone #

[View source]
def copy_with(bit _bit = @bit, width _width = @width) #

[View source]
def width : Int32 #