TemperatureControllerOverTcpReadDouble 方法 (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 OperateResult<double[]> ReadDouble(
string address,
ushort length
)
Public Overrides Function ReadDouble (
address As String,
length As UShort
) As OperateResult(Of Double())
public:
virtual OperateResult<array<double>^>^ ReadDouble(
String^ address,
unsigned short length
) override
abstract ReadDouble :
address : string *
length : uint16 -> OperateResult<float[]>
override ReadDouble :
address : string *
length : uint16 -> OperateResult<float[]>
参数
- address
- 类型:SystemString
数据地址信息,地址示例:M1,M2,M3,AA,AB,B1,ER等 - length
- 类型:SystemUInt16
[缺少 "M:HslCommunication.Instrument.RKC.TemperatureControllerOverTcp.ReadDouble(System.String,System.UInt16)" 的 <param name="length"/> 文档]
返回值
类型:
OperateResultDouble结果数据对象信息
实现
IReadWriteNetReadDouble(String, UInt16)参见