MelsecFxLinksHelperGetPlcTypeFromCode 方法 |
从编码中提取PLC的型号信息
命名空间:
HslCommunication.Profinet.Melsec.Helper
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public static OperateResult<string> GetPlcTypeFromCode(
string code
)
Public Shared Function GetPlcTypeFromCode (
code As String
) As OperateResult(Of String)
public:
static OperateResult<String^>^ GetPlcTypeFromCode(
String^ code
)
static member GetPlcTypeFromCode :
code : string -> OperateResult<string>
参数
- code
- 类型:SystemString
编码
返回值
类型:
OperateResultStringPLC的型号信息
参见