Click or drag to resize

IStateValueCollection Interface

Interface defining collection of IStateValue objects

Namespace: ASCOM.DeviceInterface
Assembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 7.0.0-rc.0+0
Syntax
public interface IStateValueCollection

The IStateValueCollection type exposes the following members.

Properties
 NameDescription
Public propertyCount Number of items in the returned collection
Public propertyItem Returns the current StateValue object.
Top
Methods
 NameDescription
Public methodGetEnumerator Returns an enumerator for the collection
Top
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.

See Also