A class representing a configurable setting with various properties.
More...
#include <Setting.h>
|
(NSString *) | - description |
| Converts the setting properties to a string representation.
|
|
|
NSString * | type |
| The type of the setting.
|
|
NSString * | permission |
| The permission level of the setting (e.g., read-only, read-write).
|
|
NSString * | value |
| The value of the setting.
|
|
double | minimum |
| The minimum allowable value for the setting.
|
|
double | maximum |
| The maximum allowable value for the setting.
|
|
double | increment |
| The increment value for the setting.
|
|
NSArray< NSString * > * | options |
| For "Enum" type only. List of valid values.
|
|
A class representing a configurable setting with various properties.
◆ description
- (NSString *) description |
|
|
|
Converts the setting properties to a string representation.
- Returns
- A string that represents the setting.
◆ increment
The increment value for the setting.
◆ maximum
The maximum allowable value for the setting.
◆ minimum
The minimum allowable value for the setting.
◆ options
- (NSArray<NSString *>*) options |
|
readwritenonatomicstrong |
For "Enum" type only. List of valid values.
◆ permission
The permission level of the setting (e.g., read-only, read-write).
◆ type
◆ value
The value of the setting.
The documentation for this class was generated from the following file:
- /Users/realbuber/Documents/Project/sdk_json_Objective-C/AutoIdSDK/Json/Setting.h