namespace XP.Hardware.RaySource.Comet.Messages.Commands { /// /// 读取系统状态命令 /// public class ReadSystemStatusCommand : RaySourceCommand { public override string CommandType => "ReadSystemStatus"; } }