RobotApp/RobotApp.VDA5050/Factsheet/MaxStringLens.cs
Đăng Nguyễn cf309cccba Init project
2025-09-10 10:48:39 +07:00

13 lines
352 B
C#

namespace RobotApp.VDA5050.Factsheet;
public class MaxStringLens
{
public int MsgLen { get; set; }
public int TopicSerialLen { get; set; }
public int TopicElemLen { get; set; }
public int IdLen { get; set; }
public bool IdNumericalOnly { get; set; }
public int EnumLen { get; set; }
public int LoadIdLen { get; set; }
}