CuttingAddress 构造函数 (String, Int32, Int32) |
指定地址类型,临界地址,地址的进制来实例化一个对象
命名空间:
HslCommunication.Core
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public CuttingAddress(
string type,
int address,
int fromBase = 10
)
Public Sub New (
type As String,
address As Integer,
Optional fromBase As Integer = 10
)
public:
CuttingAddress(
String^ type,
int address,
int fromBase = 10
)
new :
type : string *
address : int *
?fromBase : int
(* Defaults:
let _fromBase = defaultArg fromBase 10
*)
-> CuttingAddress
参数
- type
- 类型:SystemString
地址类型 - address
- 类型:SystemInt32
临界地址 - fromBase (Optional)
- 类型:SystemInt32
地址的进制
参见