NetworkWebApiRobotBaseReadByAddressAsync 方法 |
等待重写的额外的指令信息的支持。除了url的形式之外,还支持基于命令的数据交互
Additional instruction information waiting for rewriting is supported.In addition to the url format, command based data interaction is supported
命名空间:
HslCommunication.Core.Net
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 protected virtual Task<OperateResult<string>> ReadByAddressAsync(
string address
)
Protected Overridable Function ReadByAddressAsync (
address As String
) As Task(Of OperateResult(Of String))
protected:
virtual Task<OperateResult<String^>^>^ ReadByAddressAsync(
String^ address
)
abstract ReadByAddressAsync :
address : string -> Task<OperateResult<string>>
override ReadByAddressAsync :
address : string -> Task<OperateResult<string>>
参数
- address
- 类型:SystemString
地址信息
返回值
类型:
TaskOperateResultString是否读取成功的内容
参见