将Feature/XP.Common和Feature/XP.Hardware分支合并至Develop/XP.forHardwareAndCommon,完善XPapp注册和相关硬件类库通用类库功能。
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace XP.Hardware.RaySource.Comet.Messages.Commands
|
||||
{
|
||||
/// <summary>
|
||||
/// 读取系统状态命令
|
||||
/// </summary>
|
||||
public class ReadSystemStatusCommand : RaySourceCommand
|
||||
{
|
||||
public override string CommandType => "ReadSystemStatus";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user