You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 lines
1.1 KiB
C#

2 months ago
#region << 版 本 注 释 >>
/*--------------------------------------------------------------------
* (c) 2025 WenJY
* CLR4.0.30319.42000
* Mr.Wen's MacBook Pro
* Sln.lmm.Collection.Model.CoreCommunications.EndpointShuttingDown
* F529E079-8773-4748-B482-26C589A5AB6D
*
* WenJY
*
* 2025-10-16 10:46:28
* V1.0.0
*
*
*--------------------------------------------------------------------
*
*
*
*
* V1.0.0
*--------------------------------------------------------------------*/
#endregion << 版 本 注 释 >>
namespace Sln.Iot.Model.api.CoreCommunications.EndpointShuttingDown
{
/// <summary>
/// 5.4.1.3 - 端点关闭事件
/// 当设备即将断开机联网(网络链接)时,需自动发送此消息
/// </summary>
public class EndpointShuttingDown
{
/// <summary>
/// 设备 CFX 名称的上报
/// 必填
/// </summary>
public string CFXHandle { get; set; }
}
}