class Matter::DataType::NodeId
- Matter::DataType::NodeId
- Reference
- Object
Included Modules
- TLV::Serializable
Direct Known Subclasses
Defined in:
matter/datatype/node_id.crConstant Summary
-
OPERATIONAL_MAXIMUM =
BigInt.new("FFFFFFEFFFFFFFFF", base: 16)
-
OPERATIONAL_MINIMUM =
BigInt.new("0000000000000001", base: 16)
Constructors
Instance Method Summary
- #brand : String
- #get_group_node_id(group_id : UInt16)
- #get_random_operational_node_id : NodeId
- #hexstring : String
- #id : UInt64
- #id=(id : UInt64)