CAMERA_SET_RESULT
- Definition:
typedef enum{
SET_OK = 0,
SET_VERIFY_FAIL = 1,
SET_NO_PERMISSION = 2,
SET_PARAM_ERROR = 3,
SET_NO_RESPONE,
SET_NET_ERROR
}CAMERA_SET_RESULT;
- Explain:
CAMERA_SET_RESULT is the result about setting camera's network's configure
| Enum | Explain |
|---|---|
| SET_OK | Success |
| SET_VERIFY_FAIL | User or password is not true |
| SET_NO_PERMISSION | Insufficient permissions |
| SET_PARAM_ERROR | The parameters are not true |
| SET_NO_RESPONE | Time out |
| SET_NET_ERROR | Error on network |