get_product
Description:
Gets the product string of the Device.
Parameters:
this |
a Device |
Returns:
the product name of the device. This is the internal string used by the device, and must not be modified. The string is backslash escaped (C escaping) for invalid characters. The escaping can be reverted with compress, however the result may not be valid UTF-8. |