HslCommunication.Core.Device 命名空间 |
[缺少 "N:HslCommunication.Core.Device" 的 <summary> 文档]
类 | 说明 | |
---|---|---|
![]() | DeviceCommunication |
所有设备的基类信息
|
![]() | DeviceSerialPort |
串口的设备类对象信息
|
![]() | DeviceServer |
设备服务器类
|
![]() | DeviceTcpNet |
基于TCP管道的设备基类信息
|
![]() | DeviceUdpNet |
基于UDP/IP管道的设备基类信息
|
![]() | DeviceWebApi |
基于WebApi接口的设备基类
|
委托 | 说明 | |
---|---|---|
![]() | DeviceServerDataReceivedDelegate |
当接收到来自客户的数据信息时触发的对象,该数据可能来自tcp或是串口 The object that is triggered when receiving data information from the customer, the data may come from tcp or serial port |
![]() | DeviceServerDataSendDelegate |
数据发送的时候委托 Show DataSend To PLC |