将Feature/XP.Common和Feature/XP.Hardware分支合并至Develop/XP.forHardwareAndCommon,完善XPapp注册和相关硬件类库通用类库功能。
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
namespace XP.Hardware.RaySource.Comet.Messages.Commands
|
||||
{
|
||||
/// <summary>
|
||||
/// 设置功率模式命令
|
||||
/// </summary>
|
||||
public class SetPowerModeCommand : RaySourceCommand
|
||||
{
|
||||
public override string CommandType => "SetPowerMode";
|
||||
|
||||
/// <summary>
|
||||
/// 功率模式值:1=Micro Focus,2=High Power
|
||||
/// </summary>
|
||||
public int Mode { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user