deviceStorage.activateSetupState¶
void deviceStorage.activateSetupState()
Resets setupState to ‘true’. Calling DeviceStorage.getDevices() will read devices from an IsolatedStorageFile: TrackedDevices.txt instead of from Class Devices and reset setupState = false
Params¶
None
Output¶
None
Examples¶
DeviceStorage deviceStorage = new DeviceStorage();
deviceStorage.activateSetupState();
//Calling DeviceStorage.getDevices() will read devices from an IsolatedStorageFile