点击或拖拽改变大小

CuttingAddress 构造函数 (String, Int32, Int32)

指定地址类型,临界地址,地址的进制来实例化一个对象

命名空间:  HslCommunication.Core
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.0.0.0 (12.0.0.0)
语法
public CuttingAddress(
	string type,
	int address,
	int fromBase = 10
)

参数

type
类型:SystemString
地址类型
address
类型:SystemInt32
临界地址
fromBase (Optional)
类型:SystemInt32
地址的进制
参见