AllenBradleyPcccNetGetLargeForwardOpen 方法 |
获取数据通信的前置打开命令,不同的PLC的信息不一样。
命名空间:
HslCommunication.Profinet.AllenBradley
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 protected override byte[] GetLargeForwardOpen(
ushort connectionID
)
Protected Overrides Function GetLargeForwardOpen (
connectionID As UShort
) As Byte()
protected:
virtual array<unsigned char>^ GetLargeForwardOpen(
unsigned short connectionID
) override
abstract GetLargeForwardOpen :
connectionID : uint16 -> byte[]
override GetLargeForwardOpen :
connectionID : uint16 -> byte[]
参数
- connectionID
- 类型:SystemUInt16
连接的ID信息
返回值
类型:
Byte原始命令数据
参见