Manufacturer Property (ADriver)

Returns the manufacturer name.

Syntax

[ sManufacturer = ] Object.Manufacturer

The Manufacturer property syntax has the following parts:

 

Name

Type

Description

Object

ADriver

ADriver object

sManufacturer

BString

A string specifying the manufacturer name for the device controlled by the driver.

Example

The following statement prints to the log the device controlled by the current driver:

print "Driver "; Driver.Name; " controls "; Driver.Manufacturer; " "; Driver.Model

Applies to

ADriver

See Also

Model, Name