McAsciiHelperBuildAsciiReadTag 方法 |
创建批量读取标签的报文数据信息
命名空间:
HslCommunication.Profinet.Melsec.Helper
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.3.0.0 (12.3.0.0)
语法public static byte[] BuildAsciiReadTag(
string[] tags,
ushort[] lengths,
bool isBit = false
)
Public Shared Function BuildAsciiReadTag (
tags As String(),
lengths As UShort(),
Optional isBit As Boolean = false
) As Byte()
public:
static array<unsigned char>^ BuildAsciiReadTag(
array<String^>^ tags,
array<unsigned short>^ lengths,
bool isBit = false
)
static member BuildAsciiReadTag :
tags : string[] *
lengths : uint16[] *
?isBit : bool
(* Defaults:
let _isBit = defaultArg isBit false
*)
-> byte[]
参数
- tags
- 类型:SystemString
标签名 - lengths
- 类型:SystemUInt16
长度信息 - isBit (Optional)
- 类型:SystemBoolean
是否位指定
返回值
类型:
Byte报文数据信息
参见