点击或拖拽改变大小

IRobotNet 接口

所有的机器人的统一读写标准,统一的基本的读写操作
Unified reading and writing standards for all robots, unified basic reading and writing operations

命名空间:  HslCommunication.Core.Net
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:11.8.2.0 (11.8.2.0)
语法
public interface IRobotNet

IRobotNet 类型公开以下成员。

属性
  名称说明
公共属性代码示例LogNet
组件的日志工具,支持日志记录,只要实例化后,当前网络的基本信息,就以DEBUG等级进行输出
The component's logging tool supports logging. As long as the instantiation of the basic network information, the output will be output at DEBUG
Top
方法
  名称说明
公共方法Read
根据地址读取机器人的原始的字节数据信息
Read the robot's original byte data information according to the address
公共方法ReadAsync
根据地址读取机器人的原始的字节数据信息
Read the robot's original byte data information according to the address
公共方法ReadString
根据地址读取机器人的字符串的数据信息
Read the string data information of the robot based on the address
公共方法ReadStringAsync
根据地址读取机器人的字符串的数据信息
Read the string data information of the robot based on the address
公共方法Write(String, Byte)
根据地址,来写入设备的相关的字节数据
According to the address, to write the device related bytes data
公共方法Write(String, String)
根据地址,来写入设备相关的字符串数据
According to the address, to write the device related string data
公共方法WriteAsync(String, Byte)
根据地址,来写入设备的相关的字节数据
According to the address, to write the device related bytes data
公共方法WriteAsync(String, String)
根据地址,来写入设备相关的字符串数据
According to the address, to write the device related string data
Top
参见