GO2cam Javascript API  6.11
GO2SUtilEx Class Reference

Class to get informations and settings defaults from GO2Cam. More...

Inherits QObject.

Static Public Member Functions

static void CheckLicenseFeature (String name)
 Check if the feature name of the license is valid.
 
static any GetParam (Number key)
 Get the parameter associated with a key.
 
static GO2SEnum::GO2SError SetParam (Number key, any value, String desc="")
 Change the parameter if possible.
 

Detailed Description

Class to get informations and settings defaults from GO2Cam.

Version
6.12

Member Function Documentation

◆ CheckLicenseFeature()

static void GO2SUtilEx::CheckLicenseFeature ( String name)
static

Check if the feature name of the license is valid.

Parameters
[in]namename of the feature

◆ GetParam()

static any GO2SUtilEx::GetParam ( Number key)
static

Get the parameter associated with a key.

Parameters
[in]keykey associated with the parameter

◆ SetParam()

static GO2SEnum::GO2SError GO2SUtilEx::SetParam ( Number key,
any value,
String desc = "" )
static

Change the parameter if possible.

Parameters
[in]keythe parameter key
[in]valuethe parameter value
[in]descoptional desription for user parameters