/n software 3-D Secure V2 Qt Edition

Questions / Feedback?

DeviceParamValueType Property

The type of the value.

Syntax

int GetDeviceParamValueType(int iDeviceParamIndex);
int SetDeviceParamValueType(int iDeviceParamIndex, int iDeviceParamValueType);

Possible Values

VT_OBJECT(0), 
VT_ARRAY(1),
VT_STRING(2),
VT_NUMBER(3),
VT_BOOL(4),
VT_NULL(5),
VT_RAW(6)

Default Value

2

Remarks

The type of the value. Possible values are:

1Array
2String

The DeviceParamIndex parameter specifies the index of the item in the array. The size of the array is controlled by the DeviceParamCount property.

This property is not available at design time.

Data Type

Integer

Copyright (c) 2022 /n software inc. - All rights reserved.
/n software 3-D Secure V2 Qt Edition - Version 2.2 [Build 8318]