class
Matter::DataType::FabricIndex
- Matter::DataType::FabricIndex
- Reference
- Object
Defined in:
matter/datatype/fabric_index.crConstructors
-
.from_slice(bytes : Bytes) : FabricIndex
Deserialize from TLV bytes
- .new(index : UInt8 | Nil)
Instance Method Summary
- #brand : String
-
#index : UInt8 | Nil
If nil then OMIT_FABRIC and if 0 then NO_FABRIC
-
#index=(index : UInt8 | Nil)
If nil then OMIT_FABRIC and if 0 then NO_FABRIC
-
#to_slice : Bytes
Serialize to TLV bytes (anonymous UInt8)