Itroduce IChargerDriver
This commit is contained in:
10
TestApp/Driver/IChargerDriver.cs
Normal file
10
TestApp/Driver/IChargerDriver.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace TestApp.Driver
|
||||
{
|
||||
internal interface IChargerDriver
|
||||
{
|
||||
string HostAddress { get; set; }
|
||||
int Port { get; set; }
|
||||
|
||||
void SetLoadingCurrent(double value);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user