AllenBradleyHelperParseRequestPathCommand 方法 |
从生成的报文里面反解出实际的数据地址,不支持结构体嵌套,仅支持数据,一维数组,不支持多维数据
命名空间:
HslCommunication.Profinet.AllenBradley
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public static string ParseRequestPathCommand(
byte[] pathCommand
)
Public Shared Function ParseRequestPathCommand (
pathCommand As Byte()
) As String
public:
static String^ ParseRequestPathCommand(
array<unsigned char>^ pathCommand
)
static member ParseRequestPathCommand :
pathCommand : byte[] -> string
参数
- pathCommand
- 类型:SystemByte
地址路径报文
返回值
类型:
String实际的地址
参见