11 lines
238 B
C#
11 lines
238 B
C#
namespace XP.Hardware.RaySource.Comet.Messages.Commands
|
|
{
|
|
/// <summary>
|
|
/// TXI 开启命令
|
|
/// </summary>
|
|
public class TxiOnCommand : RaySourceCommand
|
|
{
|
|
public override string CommandType => "TxiOn";
|
|
}
|
|
}
|