using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace LB_SmartVisionCameraDevice
{
///
/// CameraType
///
public enum DeviceType
{
///
/// 6000系列扫描头子
///
PHM6000Series,
///
/// 5000系列扫描头子
///
PHM5000Series,
///
/// 2000系列扫描头子
///
PHM2000Series
}
}