Granting the Remote Control Permission to Others
Notification Description
A notification is sent when the status of the current remote control right changes. When the value of state is 1, the remote control right is granted to name. When the value of state is 0, the remote control right of name is released or revoked.
Method Definition
1
|
virtual void OnBeRemoteControledState(HwmRemoteControlStateInfo *remoteControlStateInfo) {}; |
Precautions
None
Parameter Description
Parameter |
Type |
Description |
---|---|---|
state |
HwmState |
Status. |
name |
char[] |
Name of the permission owner. |
number |
char[] |
Number of the permission owner. |
Enumerated Value |
Description |
---|---|
HWM_STATE_OFF |
Revoking the remote control permission. |
HWM_STATE_ON |
Granting the remote control permission to others. |
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