ExtendedCamera.getParameterValueInt Method¶
Module: ExtendedCamera
Definition¶
Gets the integer value of a device parameter.
get_parameter_value_int(self, parameter_name: str) -> int
Parameters
parameter_name
strin The parameter to query.
Returns
int
Outputs the integer value of the parameter.
Exceptions
An error has occurred during Devices Library execution.
int getParameterValueInt(String? parameterName)
Parameters
parameterName
Stringin The parameter to query.
Returns
int
Outputs the integer value of the parameter.
Exceptions
An error has occurred during Devices Library execution.
public int GetParameterValueInt(string parameterName)
Parameters
parameterName
stringin The parameter to query.
Returns
int
Outputs the integer value of the parameter.
Exceptions
An error has occurred during Devices Library execution.
public int getParameterValueInt(String parameterName) throws DevicesException
Parameters
parameterName
Stringin The parameter to query.
Returns
int
Outputs the integer value of the parameter.
Exceptions
An error has occurred during Devices Library execution.
int id3DevicesExtendedCamera_GetParameterValueInt (
ID3_DEVICES_EXTENDED_CAMERA hExtendedCamera,
const char * parameterName,
int * value)
Parameters
hExtendedCamera
ID3_DEVICES_EXTENDED_CAMERAin Handle to the ExtendedCamera object.parameterName
const char *in The parameter to query.value
int *out Outputs the integer value of the parameter.
Returns