Package com.flir.thermalsdk.meterlink
Interface StoreManager
public interface StoreManager
Persistence storage manager.
-
Method Summary
Modifier and TypeMethodDescriptiongetCustomDeviceName
(@NotNull String uniqueKey) Get the custom device name for a specified key, i.e.void
storeCustomDeviceName
(@NotNull String uniqueKey, @NotNull String customDeviceName) Set the custom device name for a specified key, i.e.
-
Method Details
-
getCustomDeviceName
Get the custom device name for a specified key, i.e. user generated name.- Parameters:
uniqueKey
- a unique key, i.e. MAC/Bluetooth address of a device
-
storeCustomDeviceName
void storeCustomDeviceName(@NotNull @NotNull String uniqueKey, @NotNull @NotNull String customDeviceName) Set the custom device name for a specified key, i.e. user generated name.- Parameters:
uniqueKey
- a unique key, i.e. MAC/Bluetooth address of a devicecustomDeviceName
- user generated name of a device, i.e. "My FLIR MR59"
-