SignaturePad.getParameterValueInt Method¶
Module: SignaturePad
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 id3DevicesSignaturePad_GetParameterValueInt (
ID3_DEVICES_SIGNATURE_PAD hSignaturePad,
const char * parameterName,
int * value)
Parameters
hSignaturePad
ID3_DEVICES_SIGNATURE_PADin Handle to the SignaturePad object.parameterName
const char *in The parameter to query.value
int *out Outputs the integer value of the parameter.
Returns