OmronFinsAddressParseFrom 方法 (String, UInt16, OmronPlcType) |
从实际的欧姆龙的地址里面解析出地址对象
Resolve the address object from the actual Omron address
命名空间:
HslCommunication.Core.Address
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.2.0.0 (12.2.0.0)
语法public static OperateResult<OmronFinsAddress> ParseFrom(
string address,
ushort length,
OmronPlcType plcType
)
Public Shared Function ParseFrom (
address As String,
length As UShort,
plcType As OmronPlcType
) As OperateResult(Of OmronFinsAddress)
public:
static OperateResult<OmronFinsAddress^>^ ParseFrom(
String^ address,
unsigned short length,
OmronPlcType plcType
)
static member ParseFrom :
address : string *
length : uint16 *
plcType : OmronPlcType -> OperateResult<OmronFinsAddress>
参数
- address
- 类型:SystemString
欧姆龙的地址数据信息 - length
- 类型:SystemUInt16
读取的数据长度 - plcType
- 类型:HslCommunication.Profinet.OmronOmronPlcType
PLC的类型信息
返回值
类型:
OperateResultOmronFinsAddress是否成功的结果对象
参见