MelsecFxSerialHelperFxCalculateBoolStartAddress 方法 |
返回读取的实际的字节地址,相对位置,以及当前的位偏置信息
命名空间:
HslCommunication.Profinet.Melsec.Helper
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.3.0.0 (12.3.0.0)
语法public static OperateResult<ushort, ushort, ushort> FxCalculateBoolStartAddress(
string address,
bool isNewVersion
)
Public Shared Function FxCalculateBoolStartAddress (
address As String,
isNewVersion As Boolean
) As OperateResult(Of UShort, UShort, UShort)
public:
static OperateResult<unsigned short, unsigned short, unsigned short>^ FxCalculateBoolStartAddress(
String^ address,
bool isNewVersion
)
static member FxCalculateBoolStartAddress :
address : string *
isNewVersion : bool -> OperateResult<uint16, uint16, uint16>
参数
- address
- 类型:SystemString
读取的地址信息 - isNewVersion
- 类型:SystemBoolean
是否是新版的串口访问类
返回值
类型:
OperateResultUInt16,
UInt16,
UInt16带起始地址的结果对象
参见