点击或拖拽改变大小

XinJEAddress 构造函数 (Byte, Int32, Int32, Byte)

指定类型,地址偏移,临界地址来实例化一个对象
Specify the type, address offset, and critical address to instantiate an object

命名空间:  HslCommunication.Core.Address
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.0.0.0 (12.0.0.0)
语法
public XinJEAddress(
	byte dataCode,
	int address,
	int criticalAddress,
	byte station
)

参数

dataCode
类型:SystemByte
数据的类型代号
address
类型:SystemInt32
偏移地址信息
criticalAddress
类型:SystemInt32
临界地址信息
station
类型:SystemByte
站号信息
参见