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";
}
|
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot