Click or drag to resize

AlpacaDeviceBaseClassDeviceState Property

Returns the device's operational state in a single call

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

Property Value

ListStateValue

Implements

IAscomDeviceV2DeviceState
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