点击或拖拽改变大小

IRobotNet 方法

IRobotNet 类型公开以下成员。

方法
  名称说明
公共方法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
参见