Contents

setManufacturerName

Sets the manufacturer name of the device

Declaration

virtual void setManufacturerName(
 const char *manufacturerName);

Overview

This method should be called during initialization or startup. This should be called by the time initHardware() completes. The string should be localized by the driver.

See Also

Miscellaneous