Enum IPlatformOS.ConfigurationValues
Enumeration indicating the possible configuration items that can be read / written.
Assembly: Meadow.Contracts.dll
View Source
public enum IPlatformOS.ConfigurationValues
Fields
DeviceName
Device name configuration value.
View Source
DeviceName = 0
Product
Product configuration value.
View Source
Product = 1
Model
Model configuration value.
View Source
Model = 2
OsVersion
OS version configuration value.
View Source
OsVersion = 3
BuildDate
Build date configuration value.
View Source
BuildDate = 4
ProcessorType
Processor type configuration value.
View Source
ProcessorType = 5
UniqueId
Unique ID configuration value.
View Source
UniqueId = 6
SerialNumber
Serial number configuration value.
View Source
SerialNumber = 7
CoprocessorType
Coprocessor type configuration value.
View Source
CoprocessorType = 8
CoprocessorFirmwareVersion
Coprocessor firmware version configuration value.
View Source
CoprocessorFirmwareVersion = 9
MonoVersion
Mono version configuration value.
View Source
MonoVersion = 10
AutomaticallyStartNetwork
Automatically start network configuration value.
View Source
AutomaticallyStartNetwork = 11
AutomaticallyReconnect
Automatically reconnect configuration value.
View Source
AutomaticallyReconnect = 12
MaximumNetworkRetryCount
Maximum network retry count configuration value.
View Source
MaximumNetworkRetryCount = 13
GetTimeAtStartup
Get time at startup configuration value.
View Source
GetTimeAtStartup = 14
MacAddress
MAC address configuration value.
View Source
MacAddress = 15
SoftApMacAddress
Soft AP MAC address configuration value.
View Source
SoftApMacAddress = 16
DefaultAccessPoint
Default access point configuration value.
View Source
DefaultAccessPoint = 17
ResetReason
Reset reason configuration value.
View Source
ResetReason = 18
RebootOnUnhandledException
Reboot on unhandled exception configuration value.
View Source
RebootOnUnhandledException = 19
InitializationTimeout
Initialization timeout configuration value.
View Source
InitializationTimeout = 20
SelectedNetwork
Selected network configuration value.
View Source
SelectedNetwork = 21
StaticIpAddress
Static IP address configuration value.
View Source
StaticIpAddress = 22
SubnetMask
Subnet mask configuration value.
View Source
SubnetMask = 23
DefaultGateway
Default gateway configuration value.
View Source
DefaultGateway = 24
SdStorageSupported
SD storage supported configuration value.
View Source
SdStorageSupported = 25
ReservedPins
Reserved pins configuration value.
View Source
ReservedPins = 26