将Feature/XP.Common和Feature/XP.Hardware分支合并至Develop/XP.forHardwareAndCommon,完善XPapp注册和相关硬件类库通用类库功能。
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
namespace XP.Hardware.RaySource.Comet.Messages.Commands
|
||||
{
|
||||
/// <summary>
|
||||
/// 射线源命令抽象基类
|
||||
/// 所有从主进程发往 Host 进程的请求均继承此类
|
||||
/// </summary>
|
||||
public abstract class RaySourceCommand
|
||||
{
|
||||
/// <summary>
|
||||
/// 命令类型标识
|
||||
/// </summary>
|
||||
public abstract string CommandType { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user