MelsecMcRNetBuildReadMcCoreCommand 方法 |
从三菱地址,是否位读取进行创建读取的MC的核心报文
命名空间:
HslCommunication.Profinet.Melsec
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public static byte[] BuildReadMcCoreCommand(
McAddressData address,
bool isBit
)
Public Shared Function BuildReadMcCoreCommand (
address As McAddressData,
isBit As Boolean
) As Byte()
public:
static array<unsigned char>^ BuildReadMcCoreCommand(
McAddressData^ address,
bool isBit
)
static member BuildReadMcCoreCommand :
address : McAddressData *
isBit : bool -> byte[]
参数
- address
- 类型:HslCommunication.Core.AddressMcAddressData
地址数据 - isBit
- 类型:SystemBoolean
是否进行了位读取操作
返回值
类型:
Byte带有成功标识的报文对象
参见