点击或拖拽改变大小

PanasonicMewtocolOverTcpReadBoolAsync 方法 (String, UInt16)

读取单个的地址信息的bool值,地址举例:SR0.0 X0.0 Y0.0 R0.0 L0.0
Read the bool value of a single address, for example: SR0.0 X0.0 Y0.0 R0.0 L0.0

命名空间:  HslCommunication.Profinet.Panasonic
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法
public override Task<OperateResult<bool[]>> ReadBoolAsync(
	string address,
	ushort length
)

参数

address
类型:SystemString
起始地址
length
类型:SystemUInt16

[缺少 "M:HslCommunication.Profinet.Panasonic.PanasonicMewtocolOverTcp.ReadBoolAsync(System.String,System.UInt16)" 的 <param name="length"/> 文档]

返回值

类型:TaskOperateResultBoolean
读取结果对象

实现

IReadWriteNetReadBoolAsync(String, UInt16)
参见