SignaturePad.getParameterDescriptor Method¶
Module: SignaturePad
Definition¶
Fetches the descriptor of a device parameter.
get_parameter_descriptor(self, parameter_name: str) -> DeviceParameterDescriptor
Parameters
parameter_namestrin The name of the parameter.
Returns
Outputs the parameter’s descriptor.
Exceptions
An error has occurred during Devices Library execution.
DeviceParameterDescriptor getParameterDescriptor(String? parameterName)
Parameters
parameterNameStringin The name of the parameter.
Returns
Outputs the parameter’s descriptor.
Exceptions
An error has occurred during Devices Library execution.
public DeviceParameterDescriptor GetParameterDescriptor(string parameterName)
Parameters
parameterNamestringin The name of the parameter.
Returns
Outputs the parameter’s descriptor.
Exceptions
An error has occurred during Devices Library execution.
public DeviceParameterDescriptor getParameterDescriptor(String parameterName) throws DevicesException
Parameters
parameterNameStringin The name of the parameter.
Returns
Outputs the parameter’s descriptor.
Exceptions
An error has occurred during Devices Library execution.
int id3DevicesSignaturePad_GetParameterDescriptor (
    ID3_DEVICES_SIGNATURE_PAD hSignaturePad,
    const char * parameterName,
    ID3_DEVICES_DEVICE_PARAMETER_DESCRIPTOR hDescriptor)
Parameters
hSignaturePadID3_DEVICES_SIGNATURE_PADin Handle to the SignaturePad object.parameterNameconst char *in The name of the parameter.hDescriptorID3_DEVICES_DEVICE_PARAMETER_DESCRIPTORout Outputs the parameter’s descriptor.
Returns