XGKFastEnet.CreateHeader 方法 |
CreateHeader
命名空间:
HslCommunication.Profinet.LSIS
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.0.0.0 (12.0.0.0)
语法public byte[] CreateHeader(
int pInvokeID,
int pDataByteLenth
)
Public Function CreateHeader (
pInvokeID As Integer,
pDataByteLenth As Integer
) As Byte()
public:
array<unsigned char>^ CreateHeader(
int pInvokeID,
int pDataByteLenth
)
member CreateHeader :
pInvokeID : int *
pDataByteLenth : int -> byte[]
参数
- pInvokeID
- 类型:System.Int32
[缺少 "M:HslCommunication.Profinet.LSIS.XGKFastEnet.CreateHeader(System.Int32,System.Int32)" 的 <param name="pInvokeID"/> 文档]
- pDataByteLenth
- 类型:System.Int32
[缺少 "M:HslCommunication.Profinet.LSIS.XGKFastEnet.CreateHeader(System.Int32,System.Int32)" 的 <param name="pDataByteLenth"/> 文档]
返回值
类型:
Byte[][缺少 "M:HslCommunication.Profinet.LSIS.XGKFastEnet.CreateHeader(System.Int32,System.Int32)" 的 <returns> 文档]
参见