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