class Matter::DataType::NodeId

Included Modules

Direct Known Subclasses

Defined in:

matter/datatype/node_id.cr

Constant Summary

OPERATIONAL_MAXIMUM = BigInt.new("FFFFFFEFFFFFFFFF", base: 16)
OPERATIONAL_MINIMUM = BigInt.new("0000000000000001", base: 16)

Constructors

Instance Method Summary

Constructor Detail

def self.new(data : Slice(UInt8)) #

[View source]
def self.new(id : UInt64) #

[View source]

Instance Method Detail

def brand : String #

[View source]
def get_group_node_id(group_id : UInt16) #

[View source]
def get_random_operational_node_id : NodeId #

[View source]
def hexstring : String #

[View source]
def id : UInt64 #

[View source]
def id=(id : UInt64) #

[View source]