namespace XP.Hardware.RaySource.Comet.Messages.Commands { /// /// TXI 开启命令 /// public class TxiOnCommand : RaySourceCommand { public override string CommandType => "TxiOn"; } }