IStateValue Interface

Interface definition for DeviceState objects

Definition

Namespace: ASCOM.DeviceInterface
Assembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 7.1.3+4851.c5da65c2b
C#
public interface IStateValue

Remarks

See Device State Implementation and Requirements for further information on how to implement DeviceState, which properties to include, and the implementation support provided by the Platform.

Properties

Name Property name with casing that must match the casing in the relevant interface definition
Value Property value

See Also