Updated on 2022-02-24 GMT+08:00

getManufacturerId Interface Description

This interface is used to return the vendor ID in the format of a character string. The IoT platform calls this interface to obtain the vendor ID to associate the codec plug-in with the profile file. The association is successful only when the vendor ID and device model are consistent.

Example:

1
2
3
4
@Override
public String getManufacturerId() {
return "TestUtf8ManuId";
}