Table of Contents

Interface IAssetMetadataProvider

Namespace
Tudormobile.IronLedgerLib
Assembly
Tudormobile.IronLedgerLib.dll

Defines a provider that retrieves asset metadata from a specific hardware component.

public interface IAssetMetadataProvider

Methods

GetMetadata()

Retrieves the asset metadata from the hardware component.

AssetMetadata GetMetadata()

Returns

AssetMetadata

The asset metadata containing serial number, manufacturer, and product information.

Exceptions

ComponentDataProviderException

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