SignaturePad.getParameterList Method¶
Module: SignaturePad
Definition¶
Obtains all supported parameters, optionally filtered by category.
get_parameter_list(self, category: str=None) -> DeviceParameterList
Parameters
category
strin Optional category to filter the parameters.
Returns
Outputs the list of parameters.
Exceptions
An error has occurred during Devices Library execution.
DeviceParameterList getParameterList(String? category)
Parameters
category
Stringin Optional category to filter the parameters.
Returns
Outputs the list of parameters.
Exceptions
An error has occurred during Devices Library execution.
public DeviceParameterList GetParameterList(string category=null)
Parameters
category
stringin Optional category to filter the parameters.
Returns
Outputs the list of parameters.
Exceptions
An error has occurred during Devices Library execution.
public DeviceParameterList getParameterList(String category) throws DevicesException
Parameters
category
Stringin Optional category to filter the parameters.
Returns
Outputs the list of parameters.
Exceptions
An error has occurred during Devices Library execution.
int id3DevicesSignaturePad_GetParameterList (
ID3_DEVICES_SIGNATURE_PAD hSignaturePad,
const char * category,
ID3_DEVICES_DEVICE_PARAMETER_LIST hParameterList)
Parameters
hSignaturePad
ID3_DEVICES_SIGNATURE_PADin Handle to the SignaturePad object.category
const char *in Optional category to filter the parameters.hParameterList
ID3_DEVICES_DEVICE_PARAMETER_LISTout Outputs the list of parameters.
Returns