Gocator API
|
Represents a 32-bit unsigned integer configuration element with a range and enabled state.
Public Attributes | |
kBool | enabled |
Represents whether the element value is currently used. | |
k32u | max |
The maximum allowable value that can be set for this element. | |
k32u | min |
The minimum allowable value that can be set for this element. | |
k32u | systemValue |
The system value. (not always applicable) | |
k32u | value |
The element's 32-bit unsigned field value. | |