module
Matter::Schema::Bitmap
Overview
Factory methods to create bitmap schemas easily
Defined in:
matter/schema/bitmap_schema.crClass Method Summary
- .byte_array_schema(fields : Hash(String, BitFlag | BitField)) : ByteArrayBitmapSchema(Nil)
- .field(bit : Int32, width : Int32) : BitField
- .flag(bit : Int32) : BitFlag
- .schema(fields : Hash(String, BitFlag | BitField)) : BitmapSchema(Nil)
Class Method Detail
def self.byte_array_schema(fields : Hash(String, BitFlag | BitField)) : ByteArrayBitmapSchema(Nil)
#