struct Matter::Cluster::Definitions::ProxyConfiguration::Configuration

Overview

ProxyAllNodes

This field shall be set to to 'true' to indicate to the proxy that it shall proxy all nodes. When 'true', the SourceList attribute is ignored.

SourceList

When ProxyAllNodes is 'false', this list contains the set of NodeIds of sources that this proxy shall specifically proxy.

Included Modules

Defined in:

matter/cluster/definitions/proxy_configuration.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def proxy_all_nodes : Bool #

[View source]
def proxy_all_nodes=(proxy_all_nodes : Bool) #

[View source]
def source_list : Array(DataType::NodeId) #

[View source]
def source_list=(source_list : Array(DataType::NodeId)) #

[View source]