Skip to main content

Interface IMeadowAppEmbeddedHardwareProvider<H>

An interface for a factory class responsible for generating IMeadowAppEmbeddedHardware instances at run time

Assembly: Meadow.Contracts.dll
View Source
Declaration
public interface IMeadowAppEmbeddedHardwareProvider<H> where H : IMeadowAppEmbeddedHardware

Methods

Create(IMeadowDevice)

Creates an IMeadowAppEmbeddedHardware based on detected runtime conditions

View Source
Declaration
H Create(IMeadowDevice device)
Returns

<H>

Parameters
TypeName
Meadow.IMeadowDevicedevice