MelsecFxLinksAddressParseFrom 方法 (String) |
从指定的地址信息解析成真正的设备地址信息
Parsing from the specified address information into real device address information
命名空间:
HslCommunication.Core.Address
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public static OperateResult<MelsecFxLinksAddress> ParseFrom(
string address
)
Public Shared Function ParseFrom (
address As String
) As OperateResult(Of MelsecFxLinksAddress)
public:
static OperateResult<MelsecFxLinksAddress^>^ ParseFrom(
String^ address
)
static member ParseFrom :
address : string -> OperateResult<MelsecFxLinksAddress>
参数
- address
- 类型:SystemString
地址信息
返回值
类型:
OperateResultMelsecFxLinksAddress[缺少 "M:HslCommunication.Core.Address.MelsecFxLinksAddress.ParseFrom(System.String)" 的 <returns> 文档]
参见