Skip to main content

Class DeviceCapabilities

A set of capabilities of the current Device

Assembly: Meadow.Contracts.dll
View Source
Declaration
public class DeviceCapabilities

Properties

Network

Network capabilities of the current Device

View Source
Declaration
public NetworkCapabilities Network { get; protected set; }

Analog

Analog I/O capabilities of the current Device

View Source
Declaration
public AnalogCapabilities Analog { get; protected set; }

Storage

Storage capabilities of the current Device

View Source
Declaration
public StorageCapabilities Storage { get; protected set; }