Click or drag to resize

StateValue Class

Class to hold a state name:value pair.
Inheritance Hierarchy
SystemObject
  ASCOM.Common.DeviceInterfacesStateValue

Namespace: ASCOM.Common.DeviceInterfaces
Assembly: ASCOM.Common (in ASCOM.Common.dll) Version: 2.1.0+15bd426746e14ecc59ad81c289f923331d1aae8b
Syntax
public class StateValue : IStateValue

The StateValue type exposes the following members.

Constructors
 NameDescription
Public methodStateValue Create a new state value object
Public methodStateValue(DateTime) Create a StateValue object whose Name property is "TimeStamp" and whose Value property is the supplied date-time value.
Public methodStateValue(String, Object) Create a new state value object with the given name and value
Top
Properties
 NameDescription
Public propertyName State name
Public propertyValue State value
Top
See Also