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