UniPRT SDK v1.0.0.0
 
Loading...
Searching...
No Matches
Setting Class Reference

A class representing a configurable setting with various properties. More...

#include <Setting.h>

Inheritance diagram for Setting:

Instance Methods

(NSString *) - description
 Converts the setting properties to a string representation.
 

Properties

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.
 

Detailed Description

A class representing a configurable setting with various properties.

Method Documentation

◆ description

- (NSString *) description

Converts the setting properties to a string representation.

Returns
A string that represents the setting.

Property Documentation

◆ increment

- (double) increment
readwritenonatomicassign

The increment value for the setting.

◆ maximum

- (double) maximum
readwritenonatomicassign

The maximum allowable value for the setting.

◆ minimum

- (double) minimum
readwritenonatomicassign

The minimum allowable value for the setting.

◆ options

- (NSArray<NSString *>*) options
readwritenonatomicstrong

For "Enum" type only. List of valid values.

◆ permission

- (NSString*) permission
readwritenonatomicstrong

The permission level of the setting (e.g., read-only, read-write).

◆ type

- (NSString*) type
readwritenonatomicstrong

The type of the setting.

◆ value

- (NSString*) value
readwritenonatomicstrong

The value of the setting.


The documentation for this class was generated from the following file: