仪表盘
版本库
文件存储
活动
搜索
登录
main
/
MA22610-RobotCat
MA22610-机器人采集
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
???
zs
2024-10-10
ca0e376c388694193fa4e734b8c3aa6571f656c0
[MA22610-RobotCat.git]
/
DataCapture_MA
/
EnumType
/
LogType.cs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace DataCapture_MA
{
public enum LogType
{
Receive = 1,
PushMes = 2,
}
}