IStateValueCollection Interface

Interface defining collection of IStateValue objects

Definition

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

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

Count Number of items in the returned collection
Item Returns the current StateValue object.

Methods

GetEnumerator Returns an enumerator for the collection

See Also