This commit is contained in:
Đăng Nguyễn
2025-10-24 10:24:59 +07:00
parent ab5d3e1a1a
commit a01f140f2e
62 changed files with 762 additions and 326 deletions

View File

@@ -0,0 +1,12 @@
namespace RobotApp.VDA5050.Type;
public enum InformationType
{
robot_general
}
public enum InformationReferencesKey
{
robot_state,
}