Skip to main content

Interface IDeviceInformation

Interface for accessing device information.

Assembly: Meadow.Contracts.dll
View Source
public interface IDeviceInformation

Properties

DeviceName

Gets or sets the current device name.

View Source
string DeviceName { get; set; }

Model

Gets the current model name.

View Source
string Model { get; }

Platform

Gets the currently executing platform.

View Source
MeadowPlatform Platform { get; }

ProcessorType

Gets the processor type.

View Source
string ProcessorType { get; }

ProcessorSerialNumber

Gets the serial number of the device.

View Source
string ProcessorSerialNumber { get; }

UniqueID

Gets the unique ID of the Meadow device.

View Source
string UniqueID { get; }

CoprocessorType

Gets the coprocessor type.

View Source
string CoprocessorType { get; }

CoprocessorOSVersion

Gets the version of the firmware flashed to the coprocessor.

View Source
string? CoprocessorOSVersion { get; }

OSVersion

Gets the version of the firmware flashed to the microcontroller.

View Source
string OSVersion { get; }