ER7BC10PreviousReadAsync 方法 |
根据地址读取机器人的原始的字节数据信息
Read the robot's original byte data information according to the address
命名空间:
HslCommunication.Robot.EFORT
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public Task<OperateResult<byte[]>> ReadAsync(
string address
)
Public Function ReadAsync (
address As String
) As Task(Of OperateResult(Of Byte()))
public:
virtual Task<OperateResult<array<unsigned char>^>^>^ ReadAsync(
String^ address
) sealed
abstract ReadAsync :
address : string -> Task<OperateResult<byte[]>>
override ReadAsync :
address : string -> Task<OperateResult<byte[]>>
参数
- address
- 类型:SystemString
指定的地址信息,对于某些机器人无效
返回值
类型:
TaskOperateResultByte带有成功标识的byte[]数组
实现
IRobotNetReadAsync(String)参见