Interface IDeviceInformation
Interface for accessing device information.
Assembly: Meadow.Contracts.dll
View Source
Declaration
public interface IDeviceInformation
Properties
DeviceName
Gets or sets the current device name.
View Source
Declaration
string DeviceName { get; set; }
Model
Gets the current model name.
View Source
Declaration
string Model { get; }
Platform
Gets the currently executing platform.
View Source
Declaration
MeadowPlatform Platform { get; }
ProcessorType
Gets the processor type.
View Source
Declaration
string ProcessorType { get; }
ProcessorSerialNumber
Gets the serial number of the device.
View Source
Declaration
string ProcessorSerialNumber { get; }
UniqueID
Gets the unique ID of the Meadow device.
View Source
Declaration
string UniqueID { get; }
CoprocessorType
Gets the coprocessor type.
View Source
Declaration
string CoprocessorType { get; }
CoprocessorOSVersion
Gets the version of the firmware flashed to the coprocessor.
View Source
Declaration
string? CoprocessorOSVersion { get; }
OSVersion
Gets the version of the firmware flashed to the microcontroller.
View Source
Declaration
string OSVersion { get; }