namespace XP.Hardware.RaySource.Comet.Messages.Commands { /// /// TXI 关闭命令 /// public class TxiOffCommand : RaySourceCommand { public override string CommandType => "TxiOff"; } }