McBinaryHelperBuildReadTag 方法 |
创建批量读取标签的报文数据信息
命名空间:
HslCommunication.Profinet.Melsec.Helper
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public static byte[] BuildReadTag(
string[] tags,
ushort[] lengths
)
Public Shared Function BuildReadTag (
tags As String(),
lengths As UShort()
) As Byte()
public:
static array<unsigned char>^ BuildReadTag(
array<String^>^ tags,
array<unsigned short>^ lengths
)
static member BuildReadTag :
tags : string[] *
lengths : uint16[] -> byte[]
参数
- tags
- 类型:SystemString
标签名 - lengths
- 类型:SystemUInt16
长度信息
返回值
类型:
Byte报文名称
参见