- using System.ComponentModel;
- namespace WCS.Entity.Protocol.Protocol.Robot
- {
- /// <summary>
- /// 机械臂DB522
- /// </summary>
- [Description("机械臂DB522")]
- public interface IRobot522 : IProtocol
- {
- /// <summary>
- /// 报警
- /// </summary>
- public RobotAlarm Alarm { get; set; }
- }
- }
|