NetworkWebApiRobotBaseReadAsync 方法 |
读取对方信息的的数据信息,通常是针对GET的方法信息设计的。如果使用了url=开头,就表示是使用了原生的地址访问
Read the other side of the data information, usually designed for the GET method information.If you start with url=, you are using native address access
命名空间:
HslCommunication.Core.Net
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public virtual Task<OperateResult<byte[]>> ReadAsync(
string address
)
Public Overridable Function ReadAsync (
address As String
) As Task(Of OperateResult(Of Byte()))
public:
virtual Task<OperateResult<array<unsigned char>^>^>^ ReadAsync(
String^ address
)
abstract ReadAsync :
address : string -> Task<OperateResult<byte[]>>
override ReadAsync :
address : string -> Task<OperateResult<byte[]>>
参数
- address
- 类型:SystemString
无效参数
返回值
类型:
TaskOperateResultByte带有成功标识的byte[]数组
参见