Click or drag to resize

IAscomDeviceV2DeviceState Property

Returns the device's operational state in a single call

Namespace: ASCOM.Common.DeviceInterfaces
Assembly: ASCOM.Common (in ASCOM.Common.dll) Version: 2.1.0+15bd426746e14ecc59ad81c289f923331d1aae8b
Syntax
List<StateValue> DeviceState { get; }

Property Value

ListStateValue
Remarks

Returns all the device's operational state properties in a single call to reduce polling overhead for clients and devices.

See Master Help Document - Interfaces for further information.

See Also