11 lines
250 B
C#
11 lines
250 B
C#
namespace XP.Hardware.RaySource.Comet.Messages.Commands
|
|
{
|
|
/// <summary>
|
|
/// 读取错误命令
|
|
/// </summary>
|
|
public class ReadErrorsCommand : RaySourceCommand
|
|
{
|
|
public override string CommandType => "ReadErrors";
|
|
}
|
|
}
|