Returns the manufacturer name.
[ 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. |
The following statement prints to the log the device controlled by the current driver:
print "Driver "; Driver.Name; " controls "; Driver.Manufacturer; " "; Driver.Model