C# Class HouseOfTheFuture.IoTHub.Services.LocalStorageService

Inheritance: ILocalStorageService
Afficher le fichier Open project: HouseOfTheFuture/IoT-Device

Méthodes publiques

Méthode Description
CheckForExistingDeviceIdentifier ( ) : DeviceIdentifier?
PersistDeviceIdentifier ( DeviceIdentifier deviceIdentifier ) : void

Method Details

CheckForExistingDeviceIdentifier() public méthode

public CheckForExistingDeviceIdentifier ( ) : DeviceIdentifier?
Résultat DeviceIdentifier?

PersistDeviceIdentifier() public méthode

public PersistDeviceIdentifier ( DeviceIdentifier deviceIdentifier ) : void
deviceIdentifier HouseOfTheFuture.IoTHub.Entities.DeviceIdentifier
Résultat void