点击或拖拽改变大小

XGBCnetOverTcpReadByteAsync 方法

Read single byte value from plc

命名空间:  HslCommunication.Profinet.LSIS
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:11.8.2.0 (11.8.2.0)
语法
public Task<OperateResult<byte>> ReadByteAsync(
	string address
)

参数

address
类型:SystemString
Start address

返回值

类型:TaskOperateResultByte
read result
参见