29 lines
668 B
C#
29 lines
668 B
C#
/// <summary>
|
|
/// 2021.2.23
|
|
///
|
|
/// </summary>
|
|
public struct Cmd_Const
|
|
{
|
|
public const string Receive_Position = "Position";
|
|
|
|
public const string Receive_ClickModel = "ClickModel";
|
|
|
|
public const string RobotTcpCurr = "RobotTcpCurr";
|
|
|
|
public const string RobotTcpEnd = "RobotTcpEnd";
|
|
|
|
public const string B_C_ImportModel = "B_C_ImportModel";//2021.4.10
|
|
|
|
public const string B_C_ExportModel = "B_C_ExportModel";//2021.4.10
|
|
|
|
public const string Receive_ModelTree = "ModelTree";//2021.5.7
|
|
|
|
public const string B_C_GetProjectCode = "B_C_GetProjectCode";//2021.9.6
|
|
|
|
public const string B_C_WriteLog = "B_C_WriteLog";//2021.12.04
|
|
|
|
|
|
|
|
|
|
|
|
} |