namespace XP.Hardware.RaySource.Comet.Messages.Commands { /// /// 连接 PVI 变量命令 /// public class ConnectVariablesCommand : RaySourceCommand { public override string CommandType => "ConnectVariables"; } }