mirror of
https://dev.azure.com/TeilRad/sharee.bike%20App/_git/Code
synced 2025-04-19 03:27:29 +02:00
Initial version.
This commit is contained in:
parent
193aaa1a56
commit
b72c67a53e
228 changed files with 25924 additions and 0 deletions
9
TINKLib/Model/Device/IDevice.cs
Normal file
9
TINKLib/Model/Device/IDevice.cs
Normal file
|
@ -0,0 +1,9 @@
|
|||
namespace TINK.Model.Device
|
||||
{
|
||||
public interface IDevice
|
||||
{
|
||||
/// <summary> Gets unitque device identifier. </summary>
|
||||
/// <returns>Gets the identifies specifying device.</returns>
|
||||
string GetIdentifier();
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue