Click or drag to resize

OperatingMode Enumeration

[This is preliminary documentation and is subject to change.]

Defines a generalized operating mode enumeration to be used in devices

Namespace:  GHASchema.Classes.Capabilities
Assembly:  GHASchema (in GHASchema.dll) Version: 1.1.8074.31450 (1.0.0.0)
Syntax
C#
[GHAEnumAttribute("OperatingMode")]
public enum OperatingMode
Members
  Member nameValueDescription
Monitor0 Device is set to simply reflect the state of the physical device and not to make changes
Manual1 Device is set to allow only manually initiated state changes
Automatic2 Device is set to operate autonomously
See Also