Init project
This commit is contained in:
12
RobotApp.VDA5050/Factsheet/MaxStringLens.cs
Normal file
12
RobotApp.VDA5050/Factsheet/MaxStringLens.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
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; }
|
||||
}
|
||||
Reference in New Issue
Block a user