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.1.2.0 (12.1.2.0)
语法 public static byte[] BuildReadMcCoreCommand(
McAddressData addressData,
bool isBit
)
Public Shared Function BuildReadMcCoreCommand (
addressData As McAddressData,
isBit As Boolean
) As Byte()
public:
static array<unsigned char>^ BuildReadMcCoreCommand(
McAddressData^ addressData,
bool isBit
)
static member BuildReadMcCoreCommand :
addressData : McAddressData *
isBit : bool -> byte[]
参数
- addressData
- 类型:HslCommunication.Core.AddressMcAddressData
三菱Mc协议的数据地址 - isBit
- 类型:SystemBoolean
是否进行了位读取操作
返回值
类型:
Byte带有成功标识的报文对象
参见