public class OmronFinsAddress extends DeviceAddressDataBase
| 构造器和说明 |
|---|
OmronFinsAddress() |
| 限定符和类型 | 方法和说明 |
|---|---|
byte |
getBitCode()
获取位操作指令
|
byte |
getWordCode()
获取字操作的指令
|
void |
Parse(String address,
int length)
从指定的地址信息解析成真正的设备地址信息
Parsing from the specified address information into real device address information
|
static OperateResultExOne<OmronFinsAddress> |
ParseFrom(String address)
从实际的欧姆龙的地址里面解析出地址对象
Resolve the address object from the actual Profinet.Omron address |
static OperateResultExOne<OmronFinsAddress> |
ParseFrom(String address,
short length)
从实际的欧姆龙的地址里面解析出地址对象
Resolve the address object from the actual Profinet.Omron address |
void |
setBitCode(byte bitCode)
设置位操作的指令
|
void |
setWordCode(byte wordCode)
设置字操作指令
|
getAddressStart, getLength, setAddressOffset, setAddressStart, setLength, toStringpublic byte getBitCode()
public void setBitCode(byte bitCode)
bitCode - 位操作指令public byte getWordCode()
public void setWordCode(byte wordCode)
wordCode - 字操作指令public void Parse(String address, int length)
DeviceAddressDataBaseParse 在类中 DeviceAddressDataBaseaddress - 地址信息length - 数据长度public static OperateResultExOne<OmronFinsAddress> ParseFrom(String address)
address - 欧姆龙的地址数据信息public static OperateResultExOne<OmronFinsAddress> ParseFrom(String address, short length)
address - 欧姆龙的地址数据信息length - 读取的数据长度Copyright © 2022. All rights reserved.