mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-14 04:04:58 +00:00
added IDeviceInfoProvider interface
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
|
||||
namespace PepperDash.Essentials.Core.DeviceInfo
|
||||
{
|
||||
public interface IDeviceInfoProvider
|
||||
{
|
||||
DeviceInfo DeviceInfo { get; }
|
||||
|
||||
event EventHandler<DeviceInfoEventArgs> DeviceInfoChanged;
|
||||
|
||||
void UpdateDeviceInfo();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user