struct Matter::Cluster::Definitions::OtaSoftwareUpdateRequestor::TlvProviderLocation

Overview

This structure encodes a fabric-scoped location of an OTA provider on a given fabric.

Included Modules

Defined in:

matter/cluster/definitions/ota_software_update_requestor.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def endpoint : DataType::EndpointNumber #

[View source]
def endpoint=(endpoint : DataType::EndpointNumber) #

[View source]
def fabric_index : DataType::FabricIndex #

[View source]
def fabric_index=(fabric_index : DataType::FabricIndex) #

[View source]
def provider_node_id : DataType::NodeId #

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

[View source]