点击或拖拽改变大小

GeHelperExtraProgramName 方法

从实际的时间的字节数组里解析出PLC的程序的名称。
Parse the name of the PLC program from the actual time byte array

命名空间:  HslCommunication.Profinet.GE
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法
public static OperateResult<string> ExtraProgramName(
	byte[] content
)

参数

content
类型:SystemByte
字节数组

返回值

类型:OperateResultString
包含是否成功的结果对象
参见