10 lines
238 B
C#
10 lines
238 B
C#
namespace JiShe.CollectBus.Application.Contracts
|
|
{
|
|
public interface ICommandService
|
|
{
|
|
Task<bool> AmmeterParameterSendAsync();
|
|
bool AmmeterParameterReading();
|
|
bool ActivePowerIndicationReading();
|
|
}
|
|
}
|