|
FireSync API
|
Type of adjustment to perform to bring a setting into conformance with its constraints.

Related | |
| #define | kADJUST_NONE |
| No adjustment. | |
| #define | kADJUST_RELATIVE_FLOOR |
| Adjust to relative constraints, rouding down. | |
| #define | kADJUST_RELATIVE_CEIL |
| Adjust to relative constraints, rouding up. | |
| #define | kADJUST_ABSOLUTE_FLOOR |
| Adjust to absolute constraints, rouding down. | |
| #define | kADJUST_ABSOLUTE_CEIL |
| Adjust to absolute constraints, rouding up. | |
| #define | kADJUST_AUTO |
| Automatic adjustment. | |