S7AddressDataCalculateAddressStarted 方法 |
计算特殊的地址信息
Calculate Special Address information
命名空间:
HslCommunication.Core.Address
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public static int CalculateAddressStarted(
string address,
bool isCT = false
)
Public Shared Function CalculateAddressStarted (
address As String,
Optional isCT As Boolean = false
) As Integer
public:
static int CalculateAddressStarted(
String^ address,
bool isCT = false
)
static member CalculateAddressStarted :
address : string *
?isCT : bool
(* Defaults:
let _isCT = defaultArg isCT false
*)
-> int
参数
- address
- 类型:SystemString
字符串地址 -> String address - isCT (Optional)
- 类型:SystemBoolean
是否是定时器和计数器的地址
返回值
类型:
Int32实际值 -> Actual value
参见