点击或拖拽改变大小

McBinaryHelperBuildReadMcCoreCommand 方法

从三菱地址,是否位读取进行创建读取的MC的核心报文
From the Mitsubishi address, whether to read the core message of the MC for creating and reading

命名空间:  HslCommunication.Profinet.Melsec.Helper
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.0.0.0 (12.0.0.0)
语法
public static byte[] BuildReadMcCoreCommand(
	McAddressData addressData,
	bool isBit
)

参数

addressData
类型:HslCommunication.Core.AddressMcAddressData
三菱Mc协议的数据地址
isBit
类型:SystemBoolean
是否进行了位读取操作

返回值

类型:Byte
带有成功标识的报文对象
参见