TemperatureControllerOverTcpReadDoubleAsync 方法 (String, UInt16) |
从RKC设备读取Double类型的数据信息,地址示例:M1,M2,M3,AA,AB,B1,ER等,更详细的地址及具体含义需要参考API文档
Read Double type data information from RKC device. Examples of addresses: M1, M2, M3, AA, AB, B1, ER, etc.
For more detailed addresses and specific meanings, please refer to the API documentation
命名空间:
HslCommunication.Instrument.RKC
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public override Task<OperateResult<double[]>> ReadDoubleAsync(
string address,
ushort length
)
Public Overrides Function ReadDoubleAsync (
address As String,
length As UShort
) As Task(Of OperateResult(Of Double()))
public:
virtual Task<OperateResult<array<double>^>^>^ ReadDoubleAsync(
String^ address,
unsigned short length
) override
abstract ReadDoubleAsync :
address : string *
length : uint16 -> Task<OperateResult<float[]>>
override ReadDoubleAsync :
address : string *
length : uint16 -> Task<OperateResult<float[]>>
参数
- address
- 类型:SystemString
数据地址信息,地址示例:M1,M2,M3,AA,AB,B1,ER等 - length
- 类型:SystemUInt16
[缺少 "M:HslCommunication.Instrument.RKC.TemperatureControllerOverTcp.ReadDoubleAsync(System.String,System.UInt16)" 的 <param name="length"/> 文档]
返回值
类型:
TaskOperateResultDouble结果数据对象信息
实现
IReadWriteNetReadDoubleAsync(String, UInt16)参见