DeviceParameterDescriptor.stringList Property

Module: DeviceParameterDescriptor

Type: DeviceParameterList

Definition

Provides a list of permissible string values for the parameter when its type allows for selection from a predefined list

This attribute is essential for parameters that have a set of valid string options.

string_list: DeviceParameterList

Exceptions

An error has occurred during Devices Library execution.
DeviceParameterList get stringList => getStringList();
set stringList(DeviceParameterList value) => setStringList(value);

Exceptions

An error has occurred during Devices Library execution.
public DeviceParameterList stringList
{
    get => GetstringList();
    set => SetstringList(ref value);
}

Exceptions

An error has occurred during Devices Library execution.
public DeviceParameterList getStringList() throws DevicesException
public void setStringList(DeviceParameterList stringList) throws DevicesException

Exceptions

An error has occurred during Devices Library execution.
int id3DevicesDeviceParameterDescriptor_GetStringList (ID3_DEVICES_DEVICE_PARAMETER_DESCRIPTOR hDeviceParameterDescriptor, ID3_DEVICES_DEVICE_PARAMETER_LIST hStringList)
int id3DevicesDeviceParameterDescriptor_SetStringList (ID3_DEVICES_DEVICE_PARAMETER_DESCRIPTOR hDeviceParameterDescriptor, ID3_DEVICES_DEVICE_PARAMETER_LIST hStringList)

Returns

int
An error code.
See id3DevicesError file for the list of possible error codes.