|
FireSync API
|
Represents a FireSync node clear option.

Related | |
| #define | kNODE_CLEAR_OPTION_NULL |
| Empty clear option. | |
| #define | kNODE_CLEAR_OPTION_MODE_HW |
| Transient hardware-related settings (e.g., camera exposure). | |
| #define | kNODE_CLEAR_OPTION_MODE_PIPE |
| Transient pipe settings. | |
| #define | kNODE_CLEAR_OPTION_MODE_ACTION |
| Transient action settings. | |
| #define | kNODE_CLEAR_OPTION_MODE_NET |
| Transient net settings. | |
| #define | kNODE_CLEAR_OPTION_MODE_ALL |
| All transient settings. | |
| #define | kNODE_CLEAR_OPTION_DEV_HW |
| Persistent hardware settings (e.g., camera frame buffer size). | |
| #define | kNODE_CLEAR_OPTION_DEV_BOOT |
| Boot configuration. | |
| #define | kNODE_CLEAR_OPTION_DEV_ID |
| Device id. | |
| #define | kNODE_CLEAR_OPTION_DEV_NET |
| Persistent network settings (e.g., link speed, IP address). | |
| #define | kNODE_CLEAR_OPTION_DEV_ALL |
| All persistent device settings. | |
| #define | kNODE_CLEAR_OPTION_VARIABLES |
| Node variables. | |
| #define | kNODE_CLEAR_OPTION_STORAGE_DATA |
| Storage user/temp files. | |
| #define | kNODE_CLEAR_OPTION_STORAGE_LOGS |
| Special log files, such as crash logs and health logs. | |
| #define | kNODE_CLEAR_OPTION_ALL |
| All settings (excluding hazardous, special-case settings, e.g., laser power limits.) | |