点击或拖拽改变大小

InovanceEasyNetAnalysisAddressBytes 方法

分析地址信息,返回一个3字节的数组,前两字节是地址信息,第三个字节包含了类型和位的信息

命名空间:  HslCommunication.Profinet.Inovance
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.9.1.0 (12.9.1.0)
语法
public static OperateResult<byte[]> AnalysisAddressBytes(
	string address
)

参数

address
类型:SystemString
PLC的地址

返回值

类型:OperateResultByte

[缺少 "M:HslCommunication.Profinet.Inovance.InovanceEasyNet.AnalysisAddressBytes(System.String)" 的 <returns> 文档]

参见