Table of Contents

Interface IComponentDataProvider

Namespace
Tudormobile.IronLedgerLib
Assembly
Tudormobile.IronLedgerLib.dll

Defines a provider that retrieves component data including metadata and properties.

public interface IComponentDataProvider

Methods

GetData()

Retrieves the component data from hardware components.

IReadOnlyList<ComponentData> GetData()

Returns

IReadOnlyList<ComponentData>

A collection of component data instances.

Exceptions

ComponentDataProviderException

Thrown when the provider fails to retrieve data from the underlying data source.