AllenBradleyHelperParseRequestPathSymbolInstanceAddressing 方法 |
从生成的报文里面,反解出实际的 Symbol Class ID,以及 Instance ID 信息
命名空间:
HslCommunication.Profinet.AllenBradley
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public static OperateResult<int, int> ParseRequestPathSymbolInstanceAddressing(
byte[] pathCommand
)
Public Shared Function ParseRequestPathSymbolInstanceAddressing (
pathCommand As Byte()
) As OperateResult(Of Integer, Integer)
public:
static OperateResult<int, int>^ ParseRequestPathSymbolInstanceAddressing(
array<unsigned char>^ pathCommand
)
static member ParseRequestPathSymbolInstanceAddressing :
pathCommand : byte[] -> OperateResult<int, int>
参数
- pathCommand
- 类型:SystemByte
[缺少 "M:HslCommunication.Profinet.AllenBradley.AllenBradleyHelper.ParseRequestPathSymbolInstanceAddressing(System.Byte[])" 的 <param name="pathCommand"/> 文档]
返回值
类型:
OperateResultInt32,
Int32[缺少 "M:HslCommunication.Profinet.AllenBradley.AllenBradleyHelper.ParseRequestPathSymbolInstanceAddressing(System.Byte[])" 的 <returns> 文档]
参见