BrowserScreenColorDepth Property
The screen color depth of the cardholder's browser.
Object Oriented Interface
public function getBrowserScreenColorDepth(); public function setBrowserScreenColorDepth($value);
Procedural Interface
ipworks3ds_server_get($res, 20 ); ipworks3ds_server_set($res, 20, $value );
Default Value
''
Remarks
This field contains a value representing the bit depth of the color palette, in bits per pixel, for displaying images.
For ProtocolVersion 2.1.0, this field is required. If BrowserJavaEnabledVal is False, a value of 1 can be used. When using ProtocolVersion of 2.2.0 and both BrowserJavaEnabledVal and BrowserJavaScriptEnabledVal are False, no value is required.
Data Type
String