DevicesLicense.getModuleValue Method¶
Module: DevicesLicense
Definition¶
Retrieves the value associated to the specified license module.
@staticmethod
get_module_value(name: str) -> int
Parameters
namestrin Name of the requested module.
Returns
intThe value associated to the licence module.
Exceptions
An error has occurred during Devices Library execution.
static int getModuleValue(String? name)
Parameters
nameStringin Name of the requested module.
Returns
intThe value associated to the licence module.
Exceptions
An error has occurred during Devices Library execution.
public static int GetModuleValue(string name)
Parameters
namestringin Name of the requested module.
Returns
intThe value associated to the licence module.
Exceptions
An error has occurred during Devices Library execution.
public static int getModuleValue(String name) throws DevicesException
Parameters
nameStringin Name of the requested module.
Returns
intThe value associated to the licence module.
Exceptions
An error has occurred during Devices Library execution.
int id3DevicesLicense_GetModuleValue (
const char * name,
int * value)
Parameters
nameconst char *in Name of the requested module.valueint *out The value associated to the licence module.
Returns