Class StandardDeviceSettingNames
Standard names for general device settings.
public static class StandardDeviceSettingNames
- Inheritance
-
StandardDeviceSettingNames
- Inherited Members
Properties
Name
Gets the setting name for the device name.
public static string Name { get; }
Property Value
ReconnectDelay
Gets the setting name for the reconnection delay (for devices that implement IConnectedDevice).
public static string ReconnectDelay { get; }
Property Value
Remarks
This should be a TimeSpan value. If not set or invalid, it should default to three seconds.
Type
Gets the setting name for the device type.
public static string Type { get; }