SiemensPPIHelperGetExecuteConfirm 方法 |
根据站号信息获取命令二次确认的报文信息
命名空间:
HslCommunication.Profinet.Siemens.Helper
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public static byte[] GetExecuteConfirm(
byte station
)
Public Shared Function GetExecuteConfirm (
station As Byte
) As Byte()
public:
static array<unsigned char>^ GetExecuteConfirm(
unsigned char station
)
static member GetExecuteConfirm :
station : byte -> byte[]
参数
- station
- 类型:SystemByte
站号信息
返回值
类型:
Byte二次命令确认的报文
参见