点击或拖拽改变大小

AllenBradleyPcccNetReadBoolAsync 方法 (String, UInt16)

读取单个的Boolean数据信息
Read a single Boolean data message

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

参数

address
类型:SystemString
数据地址
length
类型:SystemUInt16

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

返回值

类型:TaskOperateResultBoolean
带有成功标识的 bool 值

实现

IReadWriteNetReadBoolAsync(String, UInt16)
参见