IRobotNet 接口 |
命名空间: HslCommunication.Core.Net
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 |