IAscomDeviceV2DeviceState Property |
Returns the device's operational state in a single call
Namespace: ASCOM.Common.DeviceInterfacesAssembly: ASCOM.Common (in ASCOM.Common.dll) Version: 2.1.0+15bd426746e14ecc59ad81c289f923331d1aae8b
SyntaxList<StateValue> DeviceState { get; }
ReadOnly Property DeviceState As List(Of StateValue)
Get
Property Value
ListStateValue
RemarksReturns 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