Skip to content

CustomDriverDescription

Bases: ExternalDriverDescription

CustomDriverDescription class provides information for custom drivers.

Notes: This class is non-copyable and non-movable.

This class extends ExternalDriverDescription to provide specific details for custom drivers.

__init__()

Default constructor.

Initializes a new instance of the CustomDriverDescription class.

getDriverName()

Get the driver name.

Retrieves the name of the custom driver.

Returns:

Type Description
str

The driver name

setDriverName(driverName)

Set the driver name.

Sets the name of the custom driver.

Parameters:

Name Type Description Default
driverName string

The driver name

required