SiemensS7PlusBuildWithTPKTAndISO 方法 |
构建S7完整的通信报文
命名空间:
HslCommunication.Profinet.Siemens
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public static byte[] BuildWithTPKTAndISO(
byte[] pdu
)
Public Shared Function BuildWithTPKTAndISO (
pdu As Byte()
) As Byte()
public:
static array<unsigned char>^ BuildWithTPKTAndISO(
array<unsigned char>^ pdu
)
static member BuildWithTPKTAndISO :
pdu : byte[] -> byte[]
参数
- pdu
- 类型:SystemByte
报文信息
返回值
类型:
Byte报文
参见