public class WatchSettings.WatchSetting extends Object
Constructor and Description |
---|
WatchSetting(int index,
int value)
Constructor
|
Modifier and Type | Method and Description |
---|---|
int |
getIndex()
Returns the index value
|
long |
getValue()
Returns the 32 bit value
|
void |
setIndex(int index)
Sets the tag value
|
void |
setValue(long value)
Sets the value.
|
public WatchSetting(int index, int value)
index
- Tag/Index of the settingvalue
- Value of the settingpublic void setIndex(int index)
index
- The tag valuepublic void setValue(long value)
value
- The valuepublic int getIndex()
public long getValue()
Copyright © 2023. All rights reserved.