实际各电机电压.cs 574 B

12345678910111213141516171819202122
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. using System.Threading.Tasks;
  6. namespace SIASUN.Autopilot.Device.Message
  7. {
  8. public class 实际各电机电压
  9. {
  10. public const string OperationCode = "6ec";
  11. public 实际各电机电压()
  12. {
  13. }
  14. /// <summary>
  15. /// TODO实际各电机电压
  16. /// </summary>
  17. //[Data(BitStart = 0 , BitLength = 0, DataType = "binary", Description = "", Sequence = 1)]
  18. //public string 实际各电机电压 { get; set; }
  19. }
  20. }