Files
XplorePlane/XP.Hardware.RaySource.Comet.Messages/Commands/TxiOffCommand.cs
T

11 lines
240 B
C#

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