Skip to content

ExternalDriverDescription

Bases: DriverDescription

ExternalDriverDescription class for external device drivers.

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

This class provides a description for drivers associated with devices connected directly to the computer, including their specific device type.

__init__()

Default constructor.

Initializes a new instance of the ExternalDriverDescription class.

getDeviceType()

Get the device type.

Retrieves the type of device associated with this driver.

Returns:

Type Description
int

The device type

setDeviceType(deviceType)

Set the device type.

Sets the type of device associated with this driver.

Parameters:

Name Type Description Default
deviceType int

The device type

required