KeyenceNanoAddress 构造函数 (String, Int32, Int32) |
通过指定的参数来实例化对象
命名空间:
HslCommunication.Core.Address
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public KeyenceNanoAddress(
string dataCode,
int address,
int splits
)
Public Sub New (
dataCode As String,
address As Integer,
splits As Integer
)
public:
KeyenceNanoAddress(
String^ dataCode,
int address,
int splits
)
new :
dataCode : string *
address : int *
splits : int -> KeyenceNanoAddress
参数
- dataCode
- 类型:SystemString
数据类型 - address
- 类型:SystemInt32
偏移地址 - splits
- 类型:SystemInt32
切割但愿长度
参见