Skip to main content

Enum Exo.ParameterStatus

Represents the status of a parameter on the EXO device.

Assembly: Ysi.Exo.dll
View Source
Declaration
public enum Exo.ParameterStatus

Fields

Available

The parameter is available on the device.

View Source
Declaration
Available = 0

NotSet

The parameter is not set on the device.

View Source
Declaration
NotSet = 1

NotAvailable

The parameter is not available on the device.

View Source
Declaration
NotAvailable = 2