|
FireSync API
|
Represents a FireSync node clear option.

Related | |
| #define | kNODE_CLEAR_OPTION_NULL (0x00000000) |
| Empty clear option. | |
| #define | kNODE_CLEAR_OPTION_MODE_HW (0x00000001) |
| Transient hadware-related settings (e.g., camera exposure). | |
| #define | kNODE_CLEAR_OPTION_MODE_PIPE (0x00000002) |
| Transient pipe settings. | |
| #define | kNODE_CLEAR_OPTION_MODE_ACTION (0x00000004) |
| Transient action settings. | |
| #define | kNODE_CLEAR_OPTION_MODE_NET (0x00000008) |
| Transient net settings. | |
| #define | kNODE_CLEAR_OPTION_MODE_ALL (0x000000FF) |
| All transient settings. | |
| #define | kNODE_CLEAR_OPTION_DEV_HW (0x00000100) |
| Persistent hardware settings (e.g., camera frame buffer size). | |
| #define | kNODE_CLEAR_OPTION_DEV_BOOT (0x00000200) |
| Boot configuration. | |
| #define | kNODE_CLEAR_OPTION_DEV_ID (0x00000400) |
| Device id. | |
| #define | kNODE_CLEAR_OPTION_DEV_NET (0x00000800) |
| Persistent network settings (e.g., link speed, IP address). | |
| #define | kNODE_CLEAR_OPTION_DEV_ALL (0x0000FF00) |
| All persistent device settings. | |
| #define | kNODE_CLEAR_OPTION_VARIABLES (0x00010000) |
| Node variables. | |
| #define | kNODE_CLEAR_OPTION_STORAGE_DATA (0x00020000) |
| Storage user/temp files. | |
| #define | kNODE_CLEAR_OPTION_ALL (0x00FFFFFF) |
| All non-permanent settings. | |