| | |
| | | using System.Net.Sockets; |
| | | using WIDESEAWCS_Model.Models; |
| | | using WIDESEAWCS_QuartzJob; |
| | | |
| | | namespace WIDESEAWCS_Tasks.Workflow.Abstractions |
| | |
| | | /// <param name="clientId">客户端标识(通常是 IP 地址)</param> |
| | | /// <param name="cancellationToken">取消令牌</param> |
| | | /// <param name="robotCrane">机器人状态对象</param> |
| | | Task HandleClientAsync(TcpClient client, string clientId, CancellationToken cancellationToken, RobotSocketState robotCrane); |
| | | Task HandleClientAsync(TcpClient client, string clientId, CancellationToken cancellationToken); |
| | | } |
| | | } |