/n software 3-D Secure V2 PHP Edition

Questions / Feedback?

DeviceParamCategory Property

The category of the parameter.

Object Oriented Interface

public function getDeviceParamCategory($deviceparamindex);
public function setDeviceParamCategory($deviceparamindex, $value);

Procedural Interface

ipworks3ds_client_get($res, 23 , $deviceparamindex);
ipworks3ds_client_set($res, 23, $value , $deviceparamindex);

Default Value

0

Remarks

The category of the parameter. Possible values include:

0DV - Data Version
1DD - Device Data
2DPNA - Device Parameter Not Available
3SW - Security Warning

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 PHP Edition - Version 2.2 [Build 8318]