[][src]Module cue_sdk::property

Int32 and Boolean property structs, for reading various device properties for devices with property lookup functionality.

Structs

BooleanProperty

A boolean property that can be refreshed to "check" the property at any point.

Int32Property

An int32 property that can be refreshed to "check" the property at any point.

RefreshValueError

Enums

BooleanPropertyKey

The valid keys that some devices support for boolean property lookups.

Int32PropertyKey

The valid keys that some devices support for int32 property lookups.