C# Class HouseOfTheFuture.IoTHub.Services.LocalStorageService

Inheritance: ILocalStorageService
显示文件 Open project: HouseOfTheFuture/IoT-Device

Public Methods

Method Description
CheckForExistingDeviceIdentifier ( ) : DeviceIdentifier?
PersistDeviceIdentifier ( DeviceIdentifier deviceIdentifier ) : void

Method Details

CheckForExistingDeviceIdentifier() public method

public CheckForExistingDeviceIdentifier ( ) : DeviceIdentifier?
return DeviceIdentifier?

PersistDeviceIdentifier() public method

public PersistDeviceIdentifier ( DeviceIdentifier deviceIdentifier ) : void
deviceIdentifier HouseOfTheFuture.IoTHub.Entities.DeviceIdentifier
return void