update
This commit is contained in:
12
RobotApp.VDA5050/Type/InformationType.cs
Normal file
12
RobotApp.VDA5050/Type/InformationType.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace RobotApp.VDA5050.Type;
|
||||
|
||||
public enum InformationType
|
||||
{
|
||||
robot_general
|
||||
}
|
||||
|
||||
|
||||
public enum InformationReferencesKey
|
||||
{
|
||||
robot_state,
|
||||
}
|
||||
Reference in New Issue
Block a user