DeviceParameterRange Structure

Namespace: id3.Devices

Definition

Specifies the permissible range of values for a device parameter, including the minimum, maximum, and step increment.
class DeviceParameterRange
class DeviceParameterRange
public partial struct DeviceParameterRange
public class DeviceParameterRange
typedef struct id3DevicesDeviceParameterRange

Properties

Name

Type

Description

max

int

The maximum allowable value for the parameter.

min

int

The minimum allowable value for the parameter.

step

int

The smallest increment by which the parameter value can be changed.