mirror of
https://dev.azure.com/TeilRad/sharee.bike%20App/_git/Code
synced 2025-04-20 12:06:29 +02:00
Initial version.
This commit is contained in:
commit
6bab491a21
40 changed files with 1812 additions and 0 deletions
11
LockItShared/Model/Bikes/Bike/BluetoothLock/ILockInfo.cs
Normal file
11
LockItShared/Model/Bikes/Bike/BluetoothLock/ILockInfo.cs
Normal file
|
@ -0,0 +1,11 @@
|
|||
namespace TINK.Model.Bike.BluetoothLock
|
||||
{
|
||||
public interface ILockInfo
|
||||
{
|
||||
/// <summary> Identification number of bluetooth lock.</summary>
|
||||
int Id { get; }
|
||||
|
||||
/// <summary> Gets the user key.</summary>
|
||||
byte[] UserKey { get; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue