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

11 lines
238 B
C#

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